.pin-number > div:last-child {
  text-align: right;
}
.pin-number > div:last-child button {
  width: 60%;
  margin: 0 0 0 auto;
}

.terms-and-conditions-container-pin {
  height: 12em;
  overflow-y: scroll;
  line-height: 1.5;
  font-size: 0.8rem;
  border: 1px solid #979797;
  padding: 12px;
}

.title-sub {
  background: #FBFBFB;
  border-bottom: 1px solid #D6D6D6;
  border-left: 6px solid #0D3E85;
  padding: 0.5em;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 1em;
  color: #4A4A4A;
}
@media screen and (max-width: 768px) {
  .title-sub {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 499px) {
  .title-sub {
    font-size: 4.68vw;
  }
}

.renew-note {
  background: #EAF4FF;
  color: #0D3E85;
  border-radius: 8px;
  padding: 12px 6px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .renew-note {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 499px) {
  .renew-note {
    font-size: 3.64vw;
  }
}
.renew-note p {
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.renew-note.renew-note-left p {
  text-align: left;
}

.renew-text {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .renew-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 499px) {
  .renew-text {
    font-size: 3.64vw;
  }
}
.renew-text p {
  line-height: 1.8;
}
.renew-text strong {
  color: #0D3E85;
  font-weight: bold;
  background: #EAF4FF;
  padding: 4px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .renew-text strong {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 499px) {
  .renew-text strong {
    font-size: 4.16vw;
  }
}
.renew-text > div:first-child {
  width: 70%;
}
.renew-text > div:last-child {
  width: 30%;
  max-width: 180px;
}
.renew-text > div:last-child img {
  width: 100%;
}

.renew-hagaki {
  text-align: center;
}

.renew-continuation {
  border: 2px solid #D6D6D6;
  padding: 12px;
}
.renew-continuation h4 {
  color: #0D3E85;
  font-weight: bold;
  text-align: center;
  margin: 0 0 1.5em;
}
.renew-continuation .renew-continuation-month {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.renew-continuation .renew-continuation-month > div {
  display: flex;
  align-items: center;
  gap: 1em;
}
.renew-continuation .renew-continuation-month h5 {
  color: #0D3E85;
  font-weight: bold;
}
.renew-continuation .renew-continuation-month h5 + p {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .renew-continuation .renew-continuation-month h5 + p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 499px) {
  .renew-continuation .renew-continuation-month h5 + p {
    font-size: 5.2vw;
  }
}

.tomonokai-pin-modal {
  padding: 24px 12px;
}
.tomonokai-pin-modal ul li {
  margin-bottom: 0.5em;
}

pre.tomonokai-kiyaku {
  white-space: pre;
}