.terms#index .l-main .termsBody {
  margin-top: 112px;
  padding: 90px 0;
}
@media only screen and (max-width: 767px) {
  .terms#index .l-main .termsBody {
    margin-top: 59px;
    padding: 60px 0;
  }
}
.terms#index .l-main .termsBody__title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .terms#index .l-main .termsBody__title {
    margin-bottom: 30px;
  }
}
.terms#index .l-main .termsBody__text {
  text-align: center;
  color: #3b5ca9;
  letter-spacing: 0.04em;
  line-height: 32px;
  margin-bottom: 50px;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .terms#index .l-main .termsBody__text {
    padding: 0 20px;
    margin-bottom: 30px;
    text-align: left;
    letter-spacing: 0;
    line-height: 28px;
  }
  .terms#index .l-main .termsBody__text br {
    display: none;
  }
}
.terms#index .l-main .termsBody__contents {
  position: relative;
  border-radius: 70px 0px 0px 70px;
  padding: 100px 30px;
  background-color: #f4f5f9;
  max-width: 1156px;
  width: calc(100% - 50px);
  margin: 0 auto 150px;
}
@media only screen and (max-width: 767px) {
  .terms#index .l-main .termsBody__contents {
    margin-bottom: 50px;
    padding: 60px 0;
    width: 100%;
    border-bottom-left-radius: 0;
  }
}
.terms#index .l-main .termsBody__contents__policy__title {
  margin-bottom: 40px;
}
.terms#index .l-main .termsBody__contents__policy__first {
  color: #3b5ca9;
  position: relative;
  margin-bottom: 20px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .terms#index .l-main .termsBody__contents__policy__first {
    margin-bottom: 10px;
  }
}
.terms#index .l-main .termsBody__contents__policy__second {
  color: #3b5ca9;
  position: relative;
  margin: 60px 0 20px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .terms#index .l-main .termsBody__contents__policy__second {
    margin: 40px 0 10px;
  }
}
.terms#index .l-main .termsBody__contents__policy__list__sentence {
  color: #475876;
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.terms#index .l-main .termsBody__contents__policy__list__sentence:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .terms#index .l-main .termsBody__contents__policy__list__sentence {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
  }
}
.terms#index .l-main .termsBody__contents__policy__list__sentence::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: #475876;
  position: absolute;
  left: 0;
  top: 13px;
  border-radius: 2px;
}
.terms#index .l-main .termsBody .wrap {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(50vw, transparent), color-stop(50vw, #f4f5f9), color-stop(100vw, #f4f5f9));
  background: linear-gradient(to right, transparent 0, transparent 50vw, #f4f5f9 50vw, #f4f5f9 100vw);
}
@media only screen and (max-width: 767px) {
  .terms#index .l-main .termsBody .wrap {
    background: none;
  }
}