﻿@charset "UTF-8";

/* ----住所2の注意メッセージ---- */
.block-addr2-message {
  color: var(--alert);
}

/* ----生年月日の注意メッセージ---- */
.block-birth-message {
  color: var(--alert);
}

/* ----table---- */
.table, .table td, .table th {
  border-color: var(--border);
}
.table th,
.table td {
  vertical-align: top;
}
.table th {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  background: var(--bgGray);
}

/* ----モーダル---- */
.modal-content {
  background: #fff;
}
.modal-header {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: var(--base);
}
.modal-close {
  font-size: 20px;
}
.modal-body {
  padding: 30px 20px 20px;
}
.modal-body p {
  text-align: center;
}
.modal-body p:nth-child(n+2) {
  margin-top: 20px;
}
.modal-body ul {
  margin-top: 20px;
  border-top: 1px solid var(--border);
}
.modal-body ul li {
  border-bottom: 1px solid var(--border);
}
.modal-body ul li a {
  color: #000;
  text-decoration: none;
}
.modal-body ul li a:hover {
  text-decoration: underline;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
}
.modal-dialog .modal-footer .btn {
  margin: 0;
}
.modal-footer .btn {
  height: 60px;
  margin: 0;
  text-decoration: none;
}