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

/*下部ボタン非表示*/
body {
  padding-bottom: 0;
}
.contactBoxSP {
  display: none;
}
.gnav .contactBoxSP {
  display: block;
}

/* 上部タイトルの背景画像 */
h1 {
  padding-top: 58px;
  background: url(../img/sp/bg_form_01_sp.png) no-repeat;
  background-size: cover;
}
h1 img {
  width: auto;
  height: 85px;
}

/*contents*/
#contents {
  margin: -20px 0 0 0;
  padding: 0 0 40px;
  background: #f7f7f6;
}
#contents .infoArea {
  padding: 30px 0;
}
#contents .infoArea .message {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  text-indent: 10px;
}
#contents .infoArea .tel {
  display: inline-block;
  margin: 10px auto 0;
  background-size: 37px;
  color: #153e9d;
  font-size: 43px;
  text-align: center;
  line-height: 1;
}
#contents .infoArea .tel span {
  margin-top: 5px;
  font-size: 14px;
}
#contents .infoArea .tel a {
  padding: 3px 0 0 0;
  color: #153e9d;
  text-decoration: none;
}
#contents iframe {
  width: 100%;
  height: 1260px;
  border: none;
}

.iPhone #contents .infoArea .tel a {
  font-size: 38px;
  line-height: -1px;
}
/* ===================================
#formid
=================================== */
#formid {
  padding: 0 20px;
}
#formid .band {
  background: #e8e8e8;
  font-size: 16px;
  font-weight: bold;
  color: #153e9d;
  text-align: center;
  padding: 7px 0 4px;
}
/*------------------------------
.formArea
------------------------------*/
.formArea {
  margin: 0 auto;
  border-top: 1px solid #e7e7e7;
}
.formArea dt {
  position: relative;
  box-sizing: border-box;
  margin: 30px 0 10px 0;
  padding: 0 0 0 10px;
  border-left: 2px solid #41b7ee;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
}
.formArea dt:after {
  content: '任意';
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
  box-sizing: border-box;
  width: 50px;
  height: 20px;
  background: #808080;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  text-indent: 2px;
  line-height: 20px;
  letter-spacing: 3px;
  text-align: center;
}
.formArea dt.req:after {
  content: '必須';
  background: #ffee00;
  color: #000;
  font-weight: bold;
}
.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: 0 0 30px;
}
.formArea small {
  font-size: 14px;
  padding-left: 8px;
}
/* 入力枠の左にテキストが入る箇所 */
.formArea dd table {
  box-sizing: border-box;
  width: 100%;
  margin-top: 10px;
  border-collapse: separate;
  border-spacing: 0;
}
.formArea dd table th,
.formArea dd table td {
  font-size: 14px;
}
.formArea dd table th {
  width: 70px;
  padding-right: 8px;
  text-align: left;
}
/*divContent*/
.divContent ul li {
  margin-bottom: 10px;
}
.divContent ul li:last-child {
  margin-bottom: 0 !important;
}
/*telBox*/
.telBox li {
  float: left;
  width: 48%;
  margin: 10px 0 0 0;
}
.telBox li:nth-of-type(2n) {
  float: right;
}
/*tel_time*/
.tel_time {
  padding-top: 10px;
}
.tel_time th {
  width: 100px !important;
}
/*form_address*/
.form_address th {
  padding-bottom: 10px;
  text-align: left !important;
}
.form_address td {
  padding-bottom: 10px;
}
.form_address tr:last-of-type th {
  padding-bottom: 0;
}
.form_address tr:last-of-type td {
  padding-bottom: 0;
}
/*各フォームパーツ*/
.formArea input[type='text'],
.formArea input[type='number'] {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  color: #1f1f1f;
  font-size: 18px;
}
.formArea select {
  box-sizing: border-box;
  width: 200px;
  height: 50px;
  margin: 0;
  padding: 0 18px 0 10px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  color: #1f1f1f;
  font-size: 18px;
}
.formArea textarea {
  box-sizing: border-box;
  width: 100%;
  height: 160px;
  margin: 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  color: #1f1f1f;
  font-size: 18px;
  resize: vertical;
}
.formArea input[type='radio'] {
  display: none;
}
.formArea input[type='radio'] + label {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 0 0 39px;
  background: #fff no-repeat 9px 50%;
  background-image: url(../img/sp/radio_off.png);
  background-size: 24px auto;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 50px;
}
.formArea input[type='radio']:checked + label {
  background-image: url(../img/sp/radio_on.png);
  background-color: #d2eefb;
}
.formArea input[type='checkbox'] {
  display: none;
}
.formArea input[type='checkbox'] + label {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 0 0 39px;
  background: #fff no-repeat 9px 50%;
  background-size: 24px auto;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 50px;
}
.formArea select.inputbox-error {
  background: #fbf0e6;
}
.formArea input::-webkit-input-placeholder {
  color: #999;
}
.formArea input:-ms-input-placeholder {
  color: #999;
}
.formArea input::-moz-placeholder {
  color: #999;
}
.parts01 {
  width: 200px !important;
}
#zipCode {
  width: 200px !important;
}
#address {
  font-size: 14px !important;
}
#buildingName {
  font-size: 14px !important;
}
/* メールアドレス入力枠 */
.formArea .form_email + dd input {
  height: 60px;
  line-height: 60px;
  font-size: 22px;
}
.formArea .text {
  font-size: 14px;
  margin: 10px 0 0;
  line-height: 1.7;
}
.formArea .text .bold {
  font-weight: bold;
}
.formError {
  z-index: 1;
}
.annualIncome {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.annualIncome div {
  order: 3;
  width: 100%;
}
#annualIncome {
  width: 200px;
  margin-right: 5px;
}

/* ===================================
#privacy
=================================== */
#privacy {
  margin: 30px 0 20px;
  font-size: 15px;
  text-align: center;
}
#privacy a {
  color: #191919;
  text-decoration: underline;
}

/* ===================================
#submit
=================================== */
#submit input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 300px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  background: #ffee00;
  padding: 0;
  font-size: 26px;
  font-weight: bold;
  color: #153e9d;
  border: none;
  display: block;
  cursor: pointer;
  outline: none;
  position: relative;
}
@media screen and (max-width: 360px) {
  #contents .infoArea .message {
    font-size: 14px;
  }
  #contents .infoArea .tel {
    font-size: 36px;
  }
  #contents .infoArea .tel span {
    font-size: 12px;
  }
  #contents .infoArea .tel a {
    padding-top: 8px;
  }
  .formArea input[type='text'],
  .formArea select,
  .formArea textarea,
  .formArea input[type='radio'] + label {
    font-size: 15px;
  }
  .formArea .form_email + dd input {
    font-size: 18px;
  }
  .formArea dd table th,
  .formArea dd table td {
    font-size: 13px;
  }
  #privacy {
    font-size: 12px;
  }
  #submit input[type='submit'] {
    width: 260px;
    font-size: 22px;
  }
}
