/* CSS Document */
#main {
  padding-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  #main {
    padding-bottom: 46px;
  }
  #main .box-inner {
    max-width: 1116px;
  }
}

.txt-box {
  margin-bottom: 11.2vw;
  line-height: 1.8;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .txt-box {
    margin-bottom: 60px;
    font-size: 16px;
  }
}
.txt-box .card-mds {
  line-height: 1.5;
  font-weight: 500;
  font-size: 4.2666666667vw;
  padding-left: 4.2666666667vw;
  margin-bottom: 4.2666666667vw;
  border-left: 2px solid #594336;
}
@media screen and (min-width: 769px) {
  .txt-box .card-mds {
    font-size: 20px;
    padding-left: 16px;
    margin-bottom: 21px;
  }
}
.txt-box p a {
  text-decoration: underline;
  color: #594336;
}
.txt-box .txt-list {
  margin-top: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .txt-box .txt-list {
    margin-top: 20px;
  }
}
.txt-box .txt-list li {
  margin-bottom: 1.3333333333vw;
  position: relative;
  padding-left: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .txt-box .txt-list li {
    margin-bottom: 3px;
    padding-left: 16px;
  }
}
.txt-box .txt-list li::before {
  border-radius: 50%;
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
  content: "";
  background: #C6B6AB;
}
@media screen and (min-width: 769px) {
  .txt-box .txt-list li::before {
    width: 6px;
    height: 6px;
  }
}
/*# sourceMappingURL=_map/member_agreement.css.map */
