:root {
  --fw-normal: 400;
  --fw-bold: 700;
  --color-main: #ff8b8c;
  --color-main-deep: #ff6465;
  --color-red: #f11b0c;
  --color-blue: #005fc5;
  --color-yellow-light: #ffffe6;
}

body {
  background: #fff8f8;
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", Meiryo, Osaka, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", "MS PGothic", sans-serif !important;
  -webkit-text-size-adjust: 100%;
  font-size: 19px;
  line-height: 1.8;
}


a {
  color: var(--color-blue);
  text-decoration: underline;
  outline: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

div#container {
  width: 900px;
}

small {
  font-size: 0.9em !important;
}

div#container {
  padding: 15px 25px 50px;
}

table#input_form td.action {
  padding: 20px 0;
}

table#input_form th,
table#input_form td {
  padding: 9px;
}

table#input_form.conf td {
  vertical-align: top;
}

input:disabled+label {
  opacity: 0.35;
}

input[type="text"],
select {
  padding: 7px;
}

select:not([name^="birth_"]):not([name$="_num"]) {
  min-width: 50%;
}

select option:disabled {
  background: #e0e0e0;
  color: #999;
}

[name="agreement"] {
  scale: 1.5;
}

#form_fc_cd,
#form_first_nm,
#form_last_nm,
#form_first_furigana,
#form_last_furigana {
  width: 200px;
}

input[type="text"][name^="room_"] {
  width: 50%;
  max-width: 50%;
}

input[type="text"][name^="contact_"] {
  width: 50%;
}

input[type="text"][name^="group_"] {
  width: 30%;
}

textarea {
  width: 90% !important;
  height: 6em;
}

#form_fc_email {
  width: 75%;
}

.warning,
.red {
  color: var(--color-red);
}

.blue {
  color: var(--color-blue);
}

.bg_info {
  padding: 5px 15px !important;
  margin: 5px auto 0;
  background: #ffffcc;
  line-height: 1.65;
}

div#form_title {
  background: var(--color-main-deep);
  color: #fff;
  border: 6px double;
  border-radius: 10px;
}

table#input_form .header_title {
  background: var(--color-main);
  font-size: 1.35em;
  line-height: 1.35em;
}

table#input_form th.input_title {
  background: var(--color-main);
  color: #fff;
}

table#input_form td.action {
  background: var(--color-main);
  color: #fff;
}

.error-msg {
  border: 1px solid var(--color-red);
  padding: 10px;
}

.error-title {
  color: var(--color-red);
  background: #fff;
  font-weight: bold;
  padding: 0 5px;
}

.error-style {
  color: var(--color-red);
}

dl {
  display: flex;
  flex-wrap: wrap;
}

dt {
  width: 33%;
}

dd {
  width: 67%;
}