@charset "Shift_JIS";

body {
  background: #fff6fb;
  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: #004ee1;
  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="radio"] {
  scale: 1.3;
  margin-right: 5px;
}

label[for="form_plan_1"]::after {
  content: "※とみーとツーショット撮影・オリジナルグッズ付き";
  font-size: 0.9em;
  margin-left: 10px;

}

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

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

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

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

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

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

#form_fc_email {
  width: 75%;
}

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

.blue {
  color: #004ee1;
}

.bg_info {
  padding: 5px 15px !important;
  margin: 5px auto 0;
  background: #ffffd5;
}

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

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

table#input_form th.input_title {
  background: #f15988;
  color: #fff;
}

table#input_form td.action {
  background: #f15988;
  color: #fff;
}

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

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

.error-style {
  color: #f32f00;
}

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

dt {
  width: 33%;
}

dd {
  width: 67%;
}