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


a {
  color: #2e7bf1;
  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: 4px 5px;
}

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

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

#form_room_nm1,
#form_room_furigana1,
#form_room_nm2,
#form_room_furigana2,
#form_room_nm3,
#form_room_furigana3,
#form_group_nm1,
#form_group_furigana1,
#form_group_nm2,
#form_group_furigana2,
#form_group_nm3,
#form_group_furigana3,
#form_contact_relationship,
#form_contact_nm,
#form_contact_tel {
  width: 50%;
}

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

#form_fc_email {
  width: 75%;
}

.warning,
.red {
  color: #ff2d2d;
}

.blue {
  color: #2e7bf1;
}

div#form_title {
  background: #2e7bf1;
  color: #fff;
  border: 6px double;
  border-radius: 10px;
}

table#input_form .header_title {
  background: #2e7bf1;
  font-size: 1.35em;
  line-height: 1.35em;
}

table#input_form th.input_title {
  background: #09c3bc;
  background: linear-gradient(90deg, #09c3bc 0%, #54d2d9 50%, #09c3bc 100%);
  color: #fff;
}

table#input_form td.action {
  background: #09c3bc;
  background: linear-gradient(90deg, #09c3bc 0%, #54d2d9 50%, #09c3bc 100%);
  color: #fff;
}

.error-msg {
  border: 1px solid #ff2d2d;
  padding: 10px;
}

.error-title {
  color: #ff2d2d;
  background: #fff;
  font-weight: bold;
  padding: 0 5px;
}

.error-style {
  color: #ff2d2d;
}