@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
body, form *, input, textarea, select, button, table *, th, td, fieldset, legend, option {
  font-family: Lato, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, sans-serif;
}

.contents {
  text-align: center;
  margin-top: 34px;
  font-size: 12px;
}

.section__title {
  line-height: 1;
  padding: 0;
}

.introduction {
  margin: 0 27px 0 28px;
}

.introduction p {
  margin: 20px 0;
}

.introduction p:first-child {
  margin-top: 15px;
}

.minor_section {
  margin-top: 40px;
}

.minor_section__title {
  font-size: 16px;
  color: #F884A3;
  font-weight: 700;
}

.minor_section__subtitle {
  margin: 0 auto;
  margin-top: 10px;
  text-align: left;
  display: inline-block;
}

.minor_section__body {
  margin-top: 10px;
}

.minor_section__body table {
  width: 100%;
}

.minor_section__body table th {
  -webkit-border-radius: 8px 8px 0px 0px;
     -moz-border-radius: 8px 8px 0px 0px;
          border-radius: 8px 8px 0px 0px;
}

.minor_section__body table th, .minor_section__body table td {
  vertical-align: middle;
  padding: 0 10px;
  word-break: break-all;
}

.minor_section__body table th {
  height: 30px;
  background-color: #88cdcd;
  color: white;
  font-weight: 700;
  text-align: left;
  -webkit-border-radius: 8px 8px 0 0;
     -moz-border-radius: 8px 8px 0 0;
          border-radius: 8px 8px 0 0;
}

.minor_section__body table td {
  font-weight: 400;
  padding-top: 11px;
  padding-bottom: 10px;
}

.minor_section__body table td:nth-child(2n + 1) {
  text-align: left;
}

.minor_section__body table td:nth-child(2n) {
  text-align: right;
}

.minor_section__body table tr:nth-child(2n) {
  background-color: #f3fafa;
}

.minor_section__body table tr:nth-last-child(1) > td:nth-last-child(1) {
  -webkit-border-radius: 0px 0px 8px 8px;
     -moz-border-radius: 0px 0px 8px 8px;
          border-radius: 0px 0px 8px 8px;
}

.minor_section__body table tr:nth-last-child(1) > td:nth-last-child(2) {
  -webkit-border-radius: 0px 0px 8px 8px;
     -moz-border-radius: 0px 0px 8px 8px;
          border-radius: 0px 0px 8px 8px;
}

.minor_section__body table:not(:first-child) {
  margin-top: 20px;
}

.minor_section__body table.chatroom {
  margin-top: 10px;
}

.minor_section a {
  color: #5ca6d6;
  font-weight: 600;
  font-size: 12px;
}

.highlight {
  color: #f884a3;
}

.purchase, .women {
  margin-left: 28px;
  margin-right: 27px;
}

.men, .sp, .payment {
  margin-left: -6px;
  margin-right: -6px;
}

.payment {
  margin-bottom: 50px;
}

.sp {
  margin-top: 30px;
}

.sp__title {
  margin-left: 32px;
  margin-right: 31px;
}

.sp table td {
  padding-right: 8px;
}

/*# sourceMappingURL=renewal_bill_sp.css.map */
