@charset "UTF-8";
.mod-settlement-bottom-link {
  padding: 15px 0px;
  text-align: center;
  background: #F4F4F4;
}

.mod-settlement-bottom-link-item {
  font-size: 16px;
}

.terms-section {
  width: 890px;
  margin-bottom: 60px;
  border-bottom: 1px solid #333333;
  margin-right: auto;
  margin-left: auto;
}

.mod-page-title {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  height: 420px;
}
.mod-page-title__inner {
  width: 100%;
}
.mod-page-title__text01 {
  font-family: "Source Sans Pro";
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
  margin: 0;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.mod-page-title__text02 {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.24em;
  margin: 0;
  font-size: 32px;
  font-size: 3.2rem;
}

.mod-terms-title01 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 40px;
  line-height: 54px;
  font-weight: normal;
  font-family: "tbchibirgothicplusk-pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.mod-terms-txt01 {
  font-size: 1.6rem;
  text-align: center;
  line-height: 40px !important;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: "tbchibirgothicplusk-pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.mod-terms-select-list {
  display: flex;
  margin-bottom: 80px;
  justify-content: center;
  font-family: "tbchibirgothicplusk-pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.mod-terms-select-list-item {
  background: #333333;
  margin-right: 30px;
  color: #FFF;
  text-align: center;
  border-radius: 25px;
}
.mod-terms-select-list a {
  display: block;
  width: 272px;
  height: 100%;
  color: #FFF;
  text-decoration: none;
  padding: 6px 30px;
  box-sizing: border-box;
  border-radius: 20px;
  font-size: 16px;
}

.link-list01 {
  line-height: 1;
}

.link-list01 a {
  text-decoration: none;
}

.link-list01__heading a {
  display: inline-block;
  position: relative;
}

.link-list01__heading a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
}

.link-list01__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.link-list01__list li a {
  display: inline-block;
  position: relative;
  line-height: 1.3;
}

.link-list01__list li a:before {
  content: "＞";
  position: absolute;
  left: 0;
}

.link-list01 a:hover {
  text-decoration: underline;
}

.link-list01__heading {
  margin: 15px 0 25px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
}

.link-list01__heading a {
  padding-left: 20px;
}

.link-list01__heading a:before {
  top: 3px;
  border-width: 4px;
  border-left-width: 7px;
}

.link-list01__heading span {
  padding-left: 20px;
}

.link-list01__row {
  overflow: hidden;
  border-bottom: NONE;
  margin: 30px 0;
  padding: 0 0 30px;
}

.link-list01__row *:first-child {
  margin-top: 0;
}

.link-list01__row *:last-child {
  margin-bottom: 0;
}

.link-list01__row.column1 .link-list01__item {
  width: 100%;
}

.link-list01__row.column3 .link-list01__item {
  width: 33.33333%;
}

.link-list01__item {
  float: left;
}

.link-list01__list {
  padding-left: 20px;
}

.link-list01__list li {
  margin: 25px 0;
}

.link-list01__list li a {
  padding-left: 20px;
}

.link-list02 {
  line-height: 1;
  text-align: center;
  margin-bottom: 60px;
}

.link-list02 a {
  text-decoration: none;
}

.link-list02__list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
}

.link-list02__list li {
  margin: 25px 0;
}

.link-list02__list li a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-size: 1.2em;
}

.link-list02__list li a:before {
  content: "▶";
  position: absolute;
  left: 0;
}

@media screen and (max-width: 480px) {
  .mod-settlement-bottom-link-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 47.9375em) {
  .terms-section {
    width: 95%;
  }
  .mod-page-title {
    height: 200px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(/common/img/bg01.png);
    background-size: 38px auto;
  }
  .mod-page-title__inner {
    height: 0px;
  }
  .mod-page-title__text01 {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .mod-page-title__text02 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .mod-terms-select-list {
    flex-direction: column;
  }
  .mod-terms-select-list-item {
    margin: 5px 20px;
  }
  .mod-terms-select-list-item a {
    width: 100%;
  }
  .mod-terms-txt01 {
    line-height: 30px !important;
    margin-bottom: 30px;
    padding: 10px;
    font-size: 1.4rem;
  }
  .mod-terms-title01 {
    font-size: 1.8rem;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .link-list01__heading {
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .link-list01 a {
    padding-left: 15px;
  }
  .link-list01 a:before {
    top: 3px;
    border-width: 4px;
    border-left-width: 7px;
  }
  .link-list01 span {
    padding-left: 15px;
  }
  .link-list01__row {
    overflow: hidden;
    margin: auto;
  }
  .link-list01__item {
    overflow: hidden;
    border-bottom: 2px solid #d4d5d5;
    margin: 0 0 20px;
    padding: 0 0 15px;
  }
  .link-list01__row.column3 .link-list01__item {
    width: 100%;
  }
  .link-list01__list {
    margin-top: 15px;
    padding-left: 20px;
  }
  .link-list01__list li {
    margin: 10px 0;
  }
  .link-list01__list li a {
    padding-left: 20px;
  }
  .link-list02__list {
    margin-top: 15px;
    padding-left: 20px;
  }
  .link-list02__list li {
    margin: 10px 0;
  }
  .link-list02__list li a {
    padding-left: 20px;
    font-size: 1em;
  }
}/*# sourceMappingURL=style_2021.css.map */