.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; }

.text-link {
  display: inline-block;
  color: #404040;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px; }

.photo {
  font-size: 14px;
  padding: 20px 68px; }

.photo .photo-area {
  position: relative;
  background: white;
  width: 240px;
  height: 240px;
  text-align: center;
  line-height: 240px;
  border-radius: 10px; }

.photo-area .select-shadow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 240px;
  height: 240px;
  opacity: 0.4;
  border-radius: 10px;
  background-color: black; }

.photo .photo-area .photo-image {
  border: 2px dotted #FF89C0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.photo .photo-area .photo-image-pulus {
  position: absolute;
  top: 90px;
  left: 90px;
  z-index: 8;
  vertical-align: middle; }

.term {
  margin: 70px 20px 20px 20px;
  height: 547px;
  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-text {
    padding-bottom: 1em;
    word-break: break-all;
    overflow-wrap: break-word; }
  .term .indent {
    padding-left: 1em; }
  .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; }
