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

.only_sp {
  display: none;
}
.opa:hover {
  opacity: 0.7;
}

/*------------------------------
#form_contents
------------------------------*/
.form_tit {
  clear: both;
  text-align: center;
  background: #f2f2ec;
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 60px;
}

.top_text {
  text-align: center;
  margin-bottom: 40px;
  font-size: 15px;
}

@media (max-width: 1050px) {
  .time {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
  }
}

.internet_notice {
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
  padding: 0 20px;
}

.internet_notice_inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.internet_notice_text {
  font-size: 14px;
}

#formid dl,
#formid dt,
#formid dd {
  box-sizing: border-box;
}

#formid dl {
  width: 100%;
  font-size: 15px;
  /* background-color: #F8F8F8; */
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  border-left: solid 1px #eeeeee;
  border-right: solid 1px #eeeeee;
}

@media (max-width: 1050px) {
  .flexItem {
    display: flex;
    align-items: center;
  }

  #price {
    flex-grow: 1;
  }
}

#formid dt {
  width: 26%;
  padding: 20px 0 20px 30px;
  float: left;
  clear: left;
  background-color: #f8f8f8;
  font-weight: bold;
  position: relative;
}

@media (max-width: 1050px) {
  #formid dt {
    width: 100%;
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
  }
}

#formid dt:after {
  content: '任意';
  width: 36px;
  padding: 3px 0;
  font-size: 13px;
  color: #fff;
  background-color: #999;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 22px;
  right: 30px;
}

@media (max-width: 1050px) {
  #formid dt:after {
    top: 12px;
  }
}

#formid dt.require:after {
  content: '必須';
  background-color: #c5002e;
}

#formid dt span {
  font-size: 12px;
  font-weight: normal;
  color: #aaa;
}

#formid dd {
  background-color: #fff;
  width: 74%;
  padding: 20px 30px 20px 30px;
  float: left;
}

@media (max-width: 1050px) {
  #formid dd {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
}

#formid dt:first-child {
  border-top: 1px solid #f8f8f8;
}

#formid dd {
  border-top: 1px solid #f3f3f3;
}

#formid dt {
  border-top: 1px solid #fff;
}

@media (max-width: 1050px) {
  #formid .form_area dt {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#formid dd:nth-child(11),
#formid dd:last-child {
  border-bottom: 1px solid #f3f3f3;
}

#formid input[type='text'],
#formid input[type='number'],
#formid #tel,
#formid #phone,
#formid #fax {
  height: 46px;
  font-size: 18px;
  padding: 0 20px;
}

@media (max-width: 1050px) {
  #formid input[type='text'],
  #formid input[type='number'] {
    width: 100%;
  }
}

#formid input[type='number'] {
  -moz-appearance: textfield;
}

#formid input[type='number']::-webkit-outer-spin-button,
#formid input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#formid #name,
#formid #tel,
#formid #phone {
  margin-bottom: 20px;
}

@media (max-width: 1050px) {
  #formid #name,
  #formid #tel,
  #formid #phone {
    margin-bottom: 0;
  }

  .telItem {
    display: inline-block;
    margin-top: 20px;
  }

  .telTime {
    display: block;
    margin-top: 20px;
  }
}

#formid #email {
  font-weight: bold;
}

@media (max-width: 1050px) {
  #formid #email {
    font-weight: 400;
  }
}

#formid input[type='checkbox'] {
  opacity: 0;
  position: absolute;
  height: 1px;
  width: 1px;
}

#formid input[type='checkbox']:focus + label {
  outline: 1px solid #000;
  outline-offset: -1px;
}

#formid input[type='checkbox'] + label {
  width: 170px;
  background-image: url(../img/ico_check_01.png);
  background-repeat: no-repeat;
  padding-left: 45px;
  display: inline-block;
  cursor: pointer;
  float: left;
  border: none;
}

@media (max-width: 1050px) {
  #formid input[type='checkbox'] + label {
    width: auto;
    margin-right: 4px;
    min-width: 140px;
  }
}

@media (max-width: 400px) {
  #formid input[type='checkbox'] + label {
    min-width: 130px;
  }
}

#formid #contact03 + label {
  width: 200px;
}

@media (max-width: 1050px) {
  #formid #contact03 + label {
    width: auto;
  }
}

#formid input[type='checkbox'] + label:last-child {
  margin-bottom: 0px;
}

#formid input[type='checkbox']:checked + label {
  background-image: url(../img/ico_check_02.png);
}

#formid select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  padding: 0 15px;
  background: url(/common/img/ico_arrow_bottom_01.png) right 10px center no-repeat;
  background-size: 7px;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: border-box;
  height: 46px;
  border: 1px solid #ccc;
}

@media (max-width: 1050px) {
  #formid select {
    width: 100%;
  }
}

#formid #state {
  width: 241px;
}

#formid #address,
#formid #kindOther {
  width: 100%;
}

#formid #buildingName {
  width: 553px;
}

#formid textarea {
  width: 660px;
  height: 160px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  font-size: 18px;
  resize: vertical;
}

@media (max-width: 1050px) {
  #formid textarea {
    width: 100%;
    height: 200px;
    font-size: 16px;
    padding: 10px;
  }
}

input::placeholder,
textarea::placeholder {
  color: #bfbfbf;
}
/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bfbfbf;
}
/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #bfbfbf;
}

.w250 {
  width: 250px;
}

@media (max-width: 1050px) {
  .w250 {
    width: 100%;
  }
}

.w660 {
  width: 660px;
}

@media (max-width: 1050px) {
  .w660 {
    width: 100%;
  }
}

.privacy {
  font-size: 13px;
}

.privacy a {
  color: #333;
}

.submitArea {
  text-align: center;
  margin-bottom: 60px;
}

.submitArea button {
  width: 550px;
  height: 80px;
  background-color: #c5002e;
  font-size: 30px;
  color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: relative;
  display: inline-block;
  font-weight: 700;
}

@media (max-width: 1050px) {
  .submitArea button {
    max-width: 550px;
    width: 100%;
    height: 80px;
    background-color: #c5002e;
    font-size: 22px;
    color: #fff;
    border: none;
    font-family: YuMincho, 'Yu Mincho', serif;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    position: relative;
    display: inline-block;
  }
}

.submitArea button::before {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}

.submitArea button:hover {
  opacity: 0.7;
}

@media (max-width: 780px) {
  .submitArea button:disabled {
    opacity: 0.7;
    pointer-events: none;
  }
}

.submitArea button:disabled:hover {
  cursor: not-allowed;
}

.propFromArea {
  width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1050px) {
  .propFromArea {
    width: 100%;
    padding-inline: 20px;
    box-sizing: border-box;
  }
}

.titleimg {
  margin-bottom: 40px;
}

.form_area dd table th,
.form_area dd table td {
  padding-bottom: 20px;
  padding-right: 10px;
}

select#income {
  width: 400px;
}

@media (max-width: 1050px) {
  select#income {
    width: 100%;
  }
}

input#email {
  width: 660px;
}

@media (max-width: 1050px) {
  input#email {
    width: 100%;
  }
}

#formid input[type='text'],
#formid input[type='number'],
#formid #tel,
#formid #phone,
#formid #fax {
  height: 46px;
  font-size: 18px;
  padding: 0 20px;
}

@media (max-width: 1050px) {
  #formid input[type='text'],
  #formid input[type='number'],
  #formid #tel,
  #formid #phone,
  #formid #fax {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#tel_time {
  width: 250px;
}
#time01_01,
select#time02_01 {
  width: 150px;
}
.require input#surname {
  margin-bottom: 15px;
}

@media (max-width: 1050px) {
  .require input#surname {
    margin-bottom: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  body {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック',
      'MS PGothic', sans-serif;
  }
}
label {
  white-space: nowrap;
}
#formid #zipCode {
  width: 250px;
}

#formid #zipCode2 {
  width: 250px;
}

#formid #state {
  width: 250px;
}

#foot {
  margin-bottom: 0px;
}

.fixedBnr {
  display: none;
}

.amount {
  margin-left: 15px;
  flex-shrink: 0;
}

.tel_box {
  font-size: 23px;
  font-weight: bold;
  color: #c6003e;
  margin-right: 15px;
  text-decoration: none;
}

@media (max-width: 1050px) {
  .tel_box {
    font-size: 28px;
    margin-right: 0;
  }
}

.telRemarks {
  display: block;
  margin-bottom: 5px;
}

#form_contents h2 {
}
#form_contents form {
  display: block;
}

/* .form_area */
.form_area dt,
.form_area dd {
  position: relative;
}
.form_area dt {
  font-weight: bold;
  box-sizing: border-box;
}
.form_area dt:after {
  content: '任意';
  text-align: center;
  text-indent: 1px;
  color: #fff;
  background: #a8a8b7;
  display: block;
  position: absolute;
  right: 0;
  box-sizing: border-box;
}
.form_area dt.req:after {
  content: '必須';
  background: #dd4737;
}
.form_area dt span {
  font-weight: normal;
  line-height: 1.3;
}

.form_area dd table {
  border-collapse: separate;
  border-spacing: 0;
}
.form_area dd table th,
.form_area dd table td {
  padding: 0;
  font-size: 14px;
  text-align: left;
}

.form_area input[type='text'],
.form_area input[type='number'],
.form_area select,
.form_area textarea,
.form_area input[type='radio'] + label,
.form_area input[type='checkbox'] + label {
  height: 40px;
  margin: 0;
  padding: 0 10px;
  color: #1f1f1f;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
}
.form_area select {
  padding-right: 0;
  cursor: pointer;
}
.form_area textarea {
  padding: 5px 10px;
  resize: vertical;
}
.form_area input[type='radio'] .form_area input[type='radio'] + label,
.form_area input[type='checkbox'] + label {
  padding: 0 0 0 39px;
  line-height: 38px;
  background: #fff no-repeat 9px 50%;
  background-size: 22px auto;
  display: inline-block;
  cursor: pointer;
}
.form_area input[type='radio'] + label {
  background-image: url(../img/icon_form_02_off.png);
}
.form_area input[type='radio']:checked + label {
  background-image: url(../img/icon_form_02_on.png);
}

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

.formError {
  z-index: 1;
}

/* .form_name .form_name2 */
.form_area .form_name + dd {
  border-bottom: none;
  padding-bottom: 0;
}

/* .form_email */
.form_area .form_email + dd input {
  font-weight: bold;
}

/* .form_occupation */
.form_area .form_occupation + dd li {
  float: left;
}
.form_area .form_occupation + dd input[type='radio'] + label {
  display: block;
}

/* .form_asset */
.form_area .form_asset + dd {
  padding-bottom: 27px;
}

/* spanあり */
.form_area .form_tel,
.form_area .form_fax,
.form_area .form_income,
.form_area .form_asset {
  line-height: 22px;
}
.form_area .form_tel span,
.form_area .form_fax span,
.form_area .form_income span,
.form_area .form_asset span {
  line-height: 12px;
}

/* #form_privacy */
#form_privacy {
  position: relative;
  text-align: center;
  margin: 45px 0px;
}

@media (max-width: 1050px) {
  #form_privacy {
    font-size: 13px;
  }
}

@media (max-width: 780px) {
  #form_privacy {
    text-align: left;
  }
}

#form_privacy:before {
  content: '';
  background: #5293cb url(../img/icon_form_01.png) no-repeat 50% 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#form_privacy a {
  text-decoration: underline;
  color: #252525;
}
#form_privacy a:hover {
  color: #5293cb;
}

/* #form_submit */
#form_submit {
}
#form_submit div {
  background: #dd4737;
  background: -moz-linear-gradient(top, #dd4737 0%, #c83322 100%);
  background: -webkit-linear-gradient(top, #dd4737 0%, #c83322 100%);
  background: linear-gradient(to bottom, #dd4737 0%, #c83322 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DD4737', endColorstr='#C83322',GradientType=0 );
  display: block;
  position: relative;
}
#form_submit div:after {
  content: '';
  width: 10px;
  background: url(../img/icon_arrow_01.png) no-repeat 0 50%;
  display: block;
  position: absolute;
  top: 0;
}
#form_submit input[type='submit'] {
  padding: 0;
  font-weight: bold;
  color: #fff;
  border: none;
  background-color: transparent;
  display: block;
  cursor: pointer;
  outline: none;
  position: relative;
  z-index: 1;
}

.infoPrivacyBreak {
  display: inline-block;
}

@media (max-width: 1050px) {
  .infoPrivacyBreak {
    display: none;
  }
}

.infoPrivacyBreakSP {
  display: none;
}

@media (max-width: 1050px) {
  .infoPrivacyBreakSP {
    display: inline-block;
  }
}

.footNavi {
  display: none;
}

.chckboxWrapper {
  position: relative;
}

.kindOtherInput {
  width: 660px;
}

.priceInput {
  width: 144px;
}

.landAreaWrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 780px) {
  .landAreaWrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}

.landAreaInputWrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 780px) {
  .landAreaInputWrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}

.landAreaInput,
.buildingAreaInput {
  width: 144px;
}

.flex {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.landAreaUnit,
.buildingAreaUnit {
  width: 120px;
}

.landAreaRange,
.buildingAreaRange {
  width: 120px;
}

.radioWrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 780px) {
  .radioWrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

#formid .radioWrapper input[type='radio'] {
  opacity: 0;
  position: absolute;
  height: 1px;
  width: 1px;
}

#formid .radioWrapper input[type='radio'] + label {
  background-repeat: no-repeat;
  padding-left: 40px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  background: none;
  height: 40px;
  border: none;
}

#formid .radioWrapper input[type='radio']:focus + label {
  outline: 1px solid #000;
  outline-offset: -1px;
}

#formid .radioWrapper input[type='radio'] + label::before {
  content: '';
  width: 23px;
  height: 23px;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 20px;
  left: 0;
  margin-left: 8px;
}

#formid .radioWrapper input[type='radio']:checked + label::before {
  border: none;
  background: #c5002e;
  box-shadow: 0 0 0 4px #f8f8f8 inset;
}

.purchaseDateYear,
.purchaseDateMonth {
  width: 144px;
}

.purchaseDateWrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 1050px) and (min-width: 781px) {
  #formid .purchaseDateYear,
  #formid .purchaseDateMonth {
    width: 30%;
  }
}
@media (max-width: 780px) {
  .purchaseDateWrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}

.flex-5 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.nameWrapper {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 8px;
  align-items: center;
}

.require input#surname {
  margin-bottom: 0;
}

.radioContractWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.email {
  direction: rtl;
  unicode-bidi: bidi-override;
  display: inline-block;
}
