.terms_section__inner {
  padding: 20px 0 20px 0;
}
ol {
  padding: 0 0 0 15px;
}
ol li {
  line-height: 1.7;
}
@media screen and (min-width: 920px) {
  ol li {
    line-height: 1.9;
  }
}
.emphasis ul li {
  font-weight: 700;
}
.emphasis_text > ul {
  margin-bottom: 15px;
}
.emphasis_text > ul > li {
  margin-bottom: 8px;
}
.emphasis_text .emphasis_text__head {
  font-size: 16px;
}
@media screen and (min-width: 920px) {
  .emphasis_text .emphasis_text__head {
    font-size: 18px;
  }
}
.emphasis_text .emphasis_text__list {
  position: relative;
  padding: 0 0 0 13px;
  font-weight: 700;
}
.emphasis_text .emphasis_text__list:after {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
.emphasis_text a {
  color: #1cc1cf;
  text-decoration: underline;
}
.list_inner {
  padding: 0 0 0 12px;
}
.credit_img {
  width: 246px;
  height: auto;
  margin: 10px 0 10px 0;
}
.bank_info {
  width: 100%;
  height: auto;
  max-width: 484px;
  display: flex;
  flex-direction: column;
  padding: 16px;
  background: #f4f4f4;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media screen and (min-width: 920px) {
  .bank_info {
    padding: 20px 24px;
    border-radius: 8px;
    margin-bottom: 10px;
  }
}
.bank_info_title {
  font-family: Inter sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}
@media screen and (min-width: 920px) {
  .bank_info_title {
    font-size: 16px;
  }
}
.bank_info_list {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 0 12px !important;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 600px) {
  .bank_info_list {
    gap: 0;
  }
}
.bank_info_list li {
  display: flex;
  flex-direction: column;
  font-weight: 400 !important;
  line-height: 1.75 !important;
}
@media screen and (min-width: 600px) {
  .bank_info_list li {
    flex-direction: row;
  }
}

.bank_info_list li small {
  display: none;
  line-height: 1.75;
}
@media screen and (min-width: 600px) {
  .bank_info_list li small {
    display: inline;
    line-height: 2;
  }
}

@media screen and (min-width: 600px) {
  .bank_info_list_title {
    flex: 0 1 68px;
    text-align: justify;
    text-align-last: justify;
    margin-right: 6px;
    line-height: 1.75;
  }
}

.bank_info_notes {
  font-size: 11px;
  font-weight: 400 !important;
  line-height: 1.25;
}
@media screen and (min-width: 920px) {
  .bank_info_notes {
    font-size: 12px;
  }
}
.data {
  width: fit-content;
  height: auto;
  margin: 0 0 0 auto;
}
.last {
  margin: 20px 0 40px 0;
}

ul.point_list {
  margin-bottom: 5px;
}
ul.point_list li {
  position: relative;
  padding: 0 0 0 13px;
}
ul.point_list li:after {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
