@charset "UTF-8";

.form-content {
  background-color: #ff4788;
  background-repeat: repeat;
  background-size: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
}

.form-content-inner {
  background-color: #fffeef;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
}

.form-content div.row {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 10px;
  border-bottom: dashed 1px #888;
  margin-bottom: 20px;
}

.form-content div.row p.que {
  display: table-cell;
  width: 30%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-weight: bold;
}

.form-content div.row p.que span.must {
  display: block;
  font-size: 0.6rem;
  line-height: 1.75em;
  color: #ff364f;
  font-weight: normal;
}

.form-content div.row p.que span.note {
  display: block;
  font-size: 0.6rem;
  line-height: 1.75em;
  color: #888;
  font-weight: normal;
}

.form-content div.row div.ans {
  display: table-cell;
  width: 70%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}

.form-content div.row div.ans input[type="text"] {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  border: solid 1px #ccc;
  border-radius: 5px;
  font-size: 1.0rem;
  line-height: 1.0em;
}

.form-content div.row div.ans input[type="tel"] {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;

  border: solid 1px #ccc;
  border-radius: 5px;

  font-size: 1.0rem;
  line-height: 1.0em;
}

.form-content div.row div.ans input[type="email"] {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  border: solid 1px #ccc;
  border-radius: 5px;
  font-size: 1.0rem;
  line-height: 1.0em;
}

.form-content div.row div.ans span.attention {
  display: block;
  font-size: 0.6rem;
  line-height: 1.75em;
  color: #f44;
}

.form-content div.row div.ans span.note {
  font-size: 0.6rem;
  line-height: 1.75em;
  color: #888;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
}

.form-content select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 200px;
  border-radius: 2.5px;
  border: solid 1px #ccc;
  margin: 0;
  padding: 10px;
  background: none transparent;
  background-color: #fff;
  background-image: url(../images/bg-icon-select.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.0rem;
  line-height: 20px;
  color: #666;
}

.form-content select option {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.form-content div.row div.ans textarea {
  border: solid 1px #ccc;
  width: 90%;
  min-height: 100px;
  border-radius: 2.5px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.0rem;
  line-height: 20px;
  color: #444;
  resize: vertical;
}

.form-content ul.castchoice {
  text-align: left;
}

.form-content ul.castchoice li {
  display: inline-block;
  width: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
}

.form-content ul.castchoice li img {
  width: 100%;
  vertical-align: bottom;
}

.form-content div.btn-action {
  text-align: center;
}

.form-content div.btn-action p {
  display: inline-block;
  width: 240px;
  margin: 10px;
}

.form-content div.btn-action p.post-submit input[type="submit"] {
  width: 200px;
  padding: 10px;
  /*background-image: url(../images/bg-slide-min-gold.png);*/
  background-color: #ff4788;
  box-shadow: 2px 2px #d7004c;
  border-radius: 5px;
  color: #fff;
  border: none;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.2rem;
  line-height: 1.75em;
  font-weight: bold;
  margin: 5px;
  cursor: pointer;
}

.form-content div.btn-action p.post-submit input[type="submit"]:hover {
  color: #ffff00;
}

.form-content div.btn-action p.post-reset input[type="reset"] {
  width: 200px;
  padding: 10px;
  background-image: url(../images/bg-slide-mono.png);
  background-repeat: repeat;
  background-size: 40px;
  /*-webkit-box-shadow: 2px 2px #666;*/
  /*box-shadow: 2px 2px #666;*/
  border-radius: 5px;
  color: #888;
  border: none;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.2rem;
  line-height: 1.75em;
  font-weight: bold;
  margin: 5px;
  cursor: pointer;
}
