@charset "utf-8";
/* CSS Document */
/* PC用スタイルシート */

h1 {
  background: url(../img/bg_form_01.png) no-repeat;
  background-size: cover;
}
#contents {
  padding-bottom: 50px;
  margin-bottom: 80px;
  background: #f7f7f6;
}

#contents .infoArea {
  width: 750px;
  margin: 0 auto;
  padding: 40px 0;
}
#contents .infoArea .message {
  font-size: 17px;
  margin: 6px 14px 0 0;
  line-height: 1.7;
}
#contents .infoArea .tel {
  float: right;
}

#contents iframe {
  display: block;
  margin: 0 auto;
  border: none;
}

/* form独自 */
.formArea .divContent input[type='radio'] + label,
.formArea .divContent input[type='checkbox'] + label {
  width: 420px;
  font-size: 17px;
  margin-bottom: 10px;
}
.formArea .divContent input[type='radio'] + label,
.formArea .divContent input[type='checkbox'] + label {
}
/*  */
.formArea .telBox {
  overflow: hidden;
  margin: 10px 0 15px;
}
.formArea .telBox input[type='radio'] + label,
.formArea .telBox input[type='checkbox'] + label {
  width: 210px;
  float: left;
  margin-right: 10px;
  font-size: 17px;
}

/* 連絡希望時間 */
.formArea dd table.tel_time th {
  width: 7em;
}

/* ご住所 */
.formArea dd table.form_address th,
.formArea dd table.form_address td {
  padding-bottom: 10px;
}
.formArea dd table.form_address th {
  width: 7em;
  text-align: left;
}
.formArea dd table.form_address #zipCode {
  width: 200px;
}

.formArea dd.last {
  border: none;
  padding: 30px 0 0 275px;
}

.formArea.borderNone {
  border: none;
}

.band {
  background: #e8e8e8;
  font-size: 16px;
  font-weight: bold;
  color: #153e9d;
  text-align: center;
  padding: 5px 0;
  margin: 35px 0 15px;
}

/* form共通 */
/*------------------------------
.formArea
------------------------------*/
.formArea {
  width: 1040px;
  margin: 0 auto;
  border-top: 1px solid #ececec;
}
.formArea dt,
.formArea dd {
  position: relative;
  text-align: left;
}
.formArea dt {
  font-weight: bold;
  box-sizing: border-box;
  width: 250px;
  margin-top: 30px;
  padding: 0 0 0 15px;
  line-height: 34px;
  border-left: 2px solid #41b7ee;
  float: left;
  z-index: 9999;
}
.formArea dt:after {
  width: 50px;
  height: 20px;
  line-height: 20px;
  letter-spacing: 2px;
  font-size: 12px;
  border-radius: 3px;
  top: 7px;
}
.formArea dt span {
  font-size: 11px;
  display: block;
  font-weight: normal;
  line-height: 1.3;
  position: relative;
}
.formArea dt span.note01:after {
  content: '半角英数字';
  text-align: center;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 10px;
  box-sizing: border-box;
  font-weight: normal;
}
.formArea dd {
  border-bottom: 1px solid #ececec;
  padding: 30px 0 20px 275px;
}

/* 任意・必須のスタイル */
.formArea dt:after {
  content: '任意';
  text-align: center;
  text-indent: 1px;
  color: #fff;
  background: #808080;
  display: block;
  position: absolute;
  right: 0;
  box-sizing: border-box;
  font-weight: normal;
}
.formArea dt.req:after {
  content: '必須';
  background: #ffee00;
  color: #000;
  font-weight: bold;
}

/* ラジオボタンのスタイル */
.formArea input[type='radio'] + label,
.formArea input[type='checkbox'] + label {
  padding: 0 0 0 42px;
  line-height: 50px;
  background: #fff no-repeat 9px 50%;
  background-size: 22px auto;
  display: inline-block;
  cursor: pointer;
}

/* 入力枠の左にテキストが入る箇所 */
.formArea dd table {
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 10px;
}
.formArea dd table th,
.formArea dd table td {
  padding: 0;
  font-size: 14px;
}
.formArea dd table th {
  width: 5em;
  text-align: left;
}
.formArea dd table td {
  padding-left: 8px;
}

.formArea input[type='text'],
.formArea input[type='number'],
.formArea select,
.formArea textarea,
.formArea input[type='radio'] + label,
.formArea input[type='checkbox'] + label {
  width: 500px;
  height: 50px;
  margin: 0;
  padding: 0 10px;
  color: #1f1f1f;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  font-size: 20px;
}
/* テキストエリア */
.formArea textarea {
  box-sizing: border-box;
  height: 160px;
  margin: 0;
  padding: 15px 20px;
  width: 650px;
  resize: vertical;
  font-size: 17px;
}

/* メールアドレス入力枠 */
.formArea .form_email + dd input {
  height: 60px;
  line-height: 60px;
  font-size: 24px;
}
.formArea .text {
  margin: 10px 0 0;
  line-height: 1.7;
}
.formArea .text .bold {
  font-weight: bold;
}
.formArea select {
  padding-right: 0;
  cursor: pointer;
  width: 200px;
  font-size: 17px;
}
.formArea select.inputbox-error {
  background: #fbf0e6;
}
.formArea input[type='radio'],
.formArea input[type='checkbox'] {
  display: none;
}
.formArea input[type='radio'] + label,
.formArea input[type='checkbox'] + label {
  padding: 0 0 0 39px;
  line-height: 50px;
  background: #fff no-repeat 9px 50%;
  background-size: 22px auto;
  display: inline-block;
  cursor: pointer;
}
.formArea input[type='radio'] + label {
  background-image: url(https://contents.rals.biz/assets/form/img/bg_radio_02_off.png);
}
.formArea input[type='radio']:checked + label {
  background-image: url(https://contents.rals.biz/assets/form/img/bg_radio_02_on.png);
  background-color: #d2eefb;
}

.formArea input::-webkit-input-placeholder {
  color: #999;
}
.formArea input:-ms-input-placeholder {
  color: #999;
}
.formArea input::-moz-placeholder {
  color: #999;
}

.formError {
  z-index: 1;
}
#annualIncome {
  width: 200px;
  margin-right: 5px;
}

/* ===================================
#privacy
=================================== */
#privacy {
  font-size: 17px;
  text-align: center;
  margin: 50px 0 40px;
}
#privacy a {
  color: #191919;
  text-decoration: underline;
}
#privacy a:hover {
  text-decoration: none;
}

/* ===================================
#submit
=================================== */
#submit input[type='submit'] {
  width: 500px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  background: #ffee00;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
  color: #153e9d;
  border: none;
  display: block;
  cursor: pointer;
  outline: none;
  position: relative;
  z-index: 1;
}
#submit input[type='submit']:hover {
  opacity: 0.7;
}
