body {
  padding-bottom: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.list-item-2 {
  width: 375px;
  height: 55px;
  border-top: 1px solid #E2E2E2;
  color: #404040;
  text-decoration: none;
  display: inline-flex;
  justify-content: space-between;
}

.list-item-2:last-child {
  border-bottom: 1px solid #E2E2E2;
}

.list-item-2-1C {
  padding: 11px 0 11px 25px;
}

.list-item-2-1C dt {
  height: 14px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}

.list-item-2-1C dd {
  height: 12px;
  font-size: 12px;
  margin-bottom: 11px;
}

.list-item-2-1S {
  width: 350px;
  height: 55px;
  line-height: 55px;
  font-weight: bold;
  padding-left: 25px;
}

.list-item-2-2S {
  width: 25px;
  height: 55px;
  line-height: 55px;
}

.list-item-2-2S img {
  vertical-align: middle;
}

.list-item-2-2TB {
  height: 55px;
  line-height: 55px;
  margin-right: 25px;
}

.list-item-2-2TB img {
  vertical-align: middle;
}

.list-item-2-2I {
  padding-top: 20px;
  margin-left: 112px;
}

.list-item-2-2T {
  height: 55px;
  width: 140px;
  font-size: 10px;
  margin-right: 20px;
  padding-top: 10px;
}

.button-area {
  margin-top: 20px;
  margin-bottom: 30px;
}

.button-area-bottom {
  text-align: center;
}

.btn-mt-2 {
  margin-top: 20px;
}

.btn-mt-9 {
  margin-top: 95px;
}

.btn-mt-16 {
  margin-top: 160px;
}

.btn-mt-17 {
  margin-top: 170px;
}

.subtitle {
  font-size: 14px;
  font-weight: bold;
  color: #FF89C0;
  margin: 30px 25px 10px 25px;
}

.subtitle-2 {
  font-size: 14px;
  font-weight: bold;
  color: #404040;
  margin: 20px 25px 10px 30px;
}

.version-info {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-top: 30px;
}

.explain {
  margin: 20px 25px;
  font-size: 12px;
}

.area-action {
  margin-top: 30px;
  text-align: center;
}

.area-action a.a-underline {
  text-decoration: underline;
}

.area-action .btn {
  margin-top: 10px;
}

.mt8 {
  margin-top: 80px;
}

.mt7 {
  margin-top: 70px;
}

.term {
  background: white;
  font-size: 11px;
  line-height: 18px;
  padding: 20px;
  border: #E2E2E2 solid 1px;
  border-radius: 3px;
  overflow-y: scroll;
}

.term .term-title {
  font-weight: bold;
}

.term .term-title-big {
  font-weight: bold;
  padding-bottom: 1em;
  font-size: 15px;
}

.term .term-text {
  font-size: 12px;
  padding-bottom: 1em;
  word-break: break-all;
  overflow-wrap: break-word;
}

.term .indent {
  padding-left: 3em;
}

.term .indent-2em {
  padding-left: 2em;
}

.term .term-first-ol {
  counter-reset: item;
  list-style: none;
}

.term .term-first-li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.term .term-first-li::before {
  counter-increment: item;
  counter-increment: 1;
  content: counter(item) " ) ";
}

.term .term-second-ol {
  counter-reset: item2;
  list-style: none;
}

.term .term-second-li {
  padding-left: 1.6em;
  text-indent: -1.3em;
}

.information-area {
  margin-right: 25px;
  margin-left: 25px;
}

.date-time {
  text-align: right;
  font-size: 10px;
}

.title {
  font-size: 14px;
  font-weight: bold;
}

.information-content {
  height: 513px;
  font-size: 12px;
  color: #404040;
  margin-top: 20px;
}

input.edit::-webkit-input-placeholder {
  color: #404040;
}

input.edit:-ms-input-placeholder {
  color: #404040;
}

input.edit::-ms-input-placeholder {
  color: #404040;
}

input.edit::placeholder {
  color: #404040;
}

.bottom {
  height: 250px;
}

.qr-content {
  margin-top: 100px;
  text-align: center;
  font-size: 16px;
}

.qr-content .qr-close {
  position: absolute;
  top: 20px;
  left: 20px;
}

.qr-content .qr-frame {
  margin: 10px 0;
  padding: 30px;
  border-radius: 5px;
  border: solid 1px #E2E2E2;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border: 1px solid #000000;
  text-align: left;
  padding: 8px;
  vertical-align: top;
}

.number-font-size {
  font-size: 12px;
}

.right-element {
  text-align: right;
}