body {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  background: #eee;
  text-align: center;
}

.title {
  font-size: 36px;
  font-weight: bold;
  margin: 20px 0;
}

.capture-area {
  width: 800px;
  margin: auto;
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  border: 2px solid #999;
}

/* 表 */
.output-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 2px solid #666;
  margin-bottom: 30px;
}

.output-table span {
  padding: 15px;
  font-size: 20px;
  border: 1px solid #666;
}

.table-on {
  background: #f4d35e;
}

.table-off {
  background: #999;
}

/* セクション */
.section {
  display: flex;
  margin: 20px 0;
}

.section-title {
  width: 140px;
  font-weight: bold;
  font-size: 22px;
  text-align: left;
}

.section-content {
  text-align: left;
  font-size: 20px;
  line-height: 1.8;
}

/* チェック */
.check {
  color: green;
  font-weight: bold;
}

/* 星 */
.star {
  color: orange;
  font-weight: bold;
}

/* 名前 */
.output-name {
  text-align: right;
  font-size: 24px;
  margin-top: 20px;
}

/* ハッシュタグ */
.hash-area {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hash-label {
  margin-right: 10px;
}

.output-hash {
  background: #eee;
  padding: 10px 20px;
  font-size: 20px;
}