@media (max-width: 768px) {
  .l-wrapper-main {
    padding-top: 90px;
  }
}
.terms-title {
  padding: 0;
  margin-bottom: 104px;
  border: none;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2103;
  text-align: center;
}
.terms-title::before {
  display: none;
}
@media (max-width: 768px) {
  .terms-title {
    margin-bottom: 40px;
    font-size: 1.75rem;
    line-height: 1.2143;
  }
}
.anchor-menus {
  width: 100%;
  margin-bottom: 104px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  row-gap: 27px;
}
@media (max-width: 768px) {
  .anchor-menus {
    margin-bottom: 21px;
    justify-content: space-between;
    row-gap: 22px;
  }
}
.anchor-menus li {
  padding-bottom: 4px;
  border-bottom: 1px solid #c8c8c8;
}
.anchor-menus .anchor-menus_item {
  width: 30%;
  margin-right: 5%;
}
@media (max-width: 768px) {
  .anchor-menus .anchor-menus_item {
    width: 100%;
    margin-right: 0;
  }
}
.anchor-menus .anchor-menus_item:nth-of-type(3n) {
  margin-right: 0;
}
.anchor-menus li a {
  width: 100%;
  padding-right: 25px;
  background: url(../img/icon-arrow-down.svg) no-repeat 100% 50% / 16px auto;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .anchor-menus li a {
    font-size: 0.9375rem;
  }
}
.anchor-menus li a:link {
  color: #333;
}
.anchor-menus li a:visited {
  color: #333;
}
.anchor-menus li a:hover {
  color: #333;
}
.anchor-menus li a:focus {
  color: #333;
}

.terms-section {
  margin-bottom: 30px;
}
.terms-section:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .terms-section {
    margin-bottom: 20px;
  }
}
.terms-section h3 {
  padding: 24px 0 24px 33px;
  margin-top: 0;
  margin-bottom: 30px;
  border-bottom: 4px solid #ddd;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  box-sizing: border-box;
}
.terms-section h3::before {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #c8161d;
  content: '\0020';
  display: block;
  position: absolute;
  top: 27px;
  left: 0;
}
@media (max-width: 768px) {
  .terms-section h3 {
    width: 100vw;
    padding: 14px 42px 10px 47px;
    margin: 0 -4vw;
    font-size: 1.375rem;
    line-height: 1.3636;
  }
  .terms-section h3::before {
    width: 12px;
    height: 12px;
    top: 23px;
    left: 22px;
  }
}

.terms-section h3 {
  padding: 24px 0 24px 33px;
  margin-top: 0;
  border-bottom: 4px solid #ddd;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  box-sizing: border-box;
}
.terms-section h3::before {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #c8161d;
  content: '\0020';
  display: block;
  position: absolute;
  top: 27px;
  left: 0;
}
@media (max-width: 768px) {
  .terms-section h3 {
    width: 100vw;
    padding: 14px 42px 10px 47px;
    margin: 0 -4vw 20px;
    font-size: 1.375rem;
    line-height: 1.3636;
  }
  .terms-section h3::before {
    width: 12px;
    height: 12px;
    top: 23px;
    left: 22px;
  }
}

.terms-contents {
  margin-bottom: 40px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
}
.terms-contents h4 {
  margin-bottom: 15px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .terms-contents h4 {
    font-size: 0.9375rem;
    line-height: 1.4667;
  }
}
.terms-contents p {
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
}
.terms-contents h4 + p {
  padding-top: 0;
}
.terms-contents ol {
  padding-top: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  counter-reset: item;
}
.terms-contents h4 + ol {
  padding-top: 0;
}
.terms-contents ol li {
  padding-left: 2em;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .terms-contents ol li {
    padding-left: 1.5em;
  }
}
.terms-contents ol li::before {
  width: 1em;
  counter-increment: item;
  content: counter(item)'.';
  display: inline-block;
  position: absolute;
  left: 0;
}
.terms-contents ol ol {
  counter-reset: item2;
}
.terms-contents ol li li::before {
  counter-increment: item2;
  content: '('counter(item2)')';
}
.terms-contents ol p {
  padding-top: 20px;
  margin-top: 0;
}
.terms-contents + p {
  margin: 20px 0 0;
}
.all {
  margin: 20px 0 0;
  text-align: right;
}