@charset "UTF-8";
body {
  margin: 0;
  color: #666;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.46;
}

.reporter {
  min-height: calc(100vh - 242.5px);
  width: 950px;
  margin: 36px auto;
}

.reporter * {
  margin: 0;
}

.reporter__headline {
  width: 730px;
  margin: 0 auto;
  color: #282828;
  font-size: 18px;
  text-align: center;
  line-height: 1;
}

.reporter__hr {
  width: 730px;
  margin: 12px auto;
  border: 0 solid #d6d6d6;
  border-bottom-width: 2px;
}

.reporter__description {
  width: 770px;
  margin: 0 auto;
}

.reporter__table {
  width: 100%;
  margin: 24px 0;
  border: 1px solid #d6d6d6;
  border-collapse: collapse;
}

.reporter__table tbody {
  vertical-align: top;
  text-align: left;
}

.reporter__table tr {
  border-bottom: 1px solid #d6d6d6;
}

.reporter__table th {
  width: 200px;
  background: #f5f5f6;
}

.reporter__table th,
.reporter__table td {
  padding: 18px;
  box-sizing: border-box;
}

.reporter__text-input {
  min-width: 100%;
  min-height: 200px;
  height: 200px;
  margin: 18px 0 0;
  padding: 12px;
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  color: #666;
  font-size: 15px;
}

.reporter .yAbuseCaptcha {
  margin-top: 30px;
}

.reporter__button {
  width: 156px;
  height: 50px;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: none;
  background: #3765ff;
  color: #fff;
  font-size: 15px;
  transition: background .2s ease-out;
}

.reporter__button:hover {
  background: #82a0fc;
}

.reporter__button:disabled {
  background: #ccc;
  box-shadow: none;
}

.reporter__button--cancel {
  background: #888;
  color: #fff;
}
.reporter__button--cancel:hover {
  background: #b0b0b0;
}

.reporter__result-image {
  margin: 36px 0 30px;
  text-align: center;
}

.reporter-u-mt06 {
  margin-top: 6px;
}

.reporter-u-mt12 {
  margin-top: 12px;
}

.reporter-u-mt18 {
  margin-top: 18px;
}

.reporter-u-mt24 {
  margin-top: 24px;
}

.reporter-u-mt30 {
  margin-top: 30px;
}

.reporter-u-mt36 {
  margin-top: 36px;
}

.reporter-u-mt42 {
  margin-top: 42px;
}

.reporter-u-mt48 {
  margin-top: 48px;
}

.reporter-u-mb06 {
  margin-bottom: 6px;
}

.reporter-u-mb12 {
  margin-bottom: 12px;
}

.reporter-u-mb18 {
  margin-bottom: 18px;
}

.reporter-u-mb24 {
  margin-bottom: 24px;
}

.reporter-u-mb30 {
  margin-bottom: 30px;
}

.reporter-u-mb36 {
  margin-bottom: 36px;
}

.reporter-u-mb42 {
  margin-bottom: 42px;
}

.reporter-u-mb48 {
  margin-bottom: 48px;
}

.reporter-u-strong {
  color: #282828;
}

.reporter-u-error {
  color: #ff2727;
}

.reporter-u-attention {
  color: #f79043;
}

.reporter-u-bold {
  font-weight: bold;
}

.reporter-u-center {
  text-align: center;
}

.reporter-u-right {
  text-align: right;
}

.reporter-u-small {
  font-size: 12px;
}

.reporter-u-base {
  font-size: 15px;
}

.reporter-u-large {
  font-size: 18px;
}

.reporter-u-headline {
  color: #282828;
  font-size: 18px;
  font-weight: bold;
}

/* ▼ 個人情報確認モーダル用スタイル ▼ */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background: rgba(0,0,0,0.4);
}
.modal-content {
  background: #fff;
  margin: 15% auto;
  padding: 32px 24px;
  border-radius: 8px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  text-align: center;
}
.modal-content p {
  margin-bottom: 24px;
}
/* ▲ 個人情報確認モーダル用スタイル ▲ */
