@charset "UTF-8";
/*========================================*/
/* Foundation
/*========================================*/
#apply .contents-menu-wrap,
#applycmp .contents-menu-wrap {
  margin-bottom: 0;
}
#apply .form-userArea,
#apply .form-articleArea,
#applycmp .form-userArea {
  border-bottom: 1px dotted #808080;
}
#apply .main-heading02,
#applycmp .main-heading02 {
  display: none;
}
#apply .pageback--top,
#applycmp .pageback--top {
  border-top: none;
}

@media print, screen and (min-width: 800px) {
  #apply .main-heading02,
  #applycmp .main-heading02 {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
}

.section-form {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 800px) {
  .section-form {
    margin-bottom: 60px;
  }
}

/* 物件情報セクション */
.form-articleArea {
  padding: 23px 10px 30px;
  border-bottom: 1px dotted #808080;
  background: #eaedf3;
}
@media print, screen and (min-width: 800px) {
  .form-articleArea {
    padding: 0;
    margin-bottom: 20px;
  }
}

/* ユーザ情報セクション */
.form-userArea {
  padding: 23px 10px 30px;
  border-bottom: 1px solid #808080;
}
@media print, screen and (min-width: 800px) {
  .form-userArea {
    padding: 0;
  }
}

.form-heading {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.form-heading-caption {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 23px;
  color: #666666;
}

@media print, screen and (min-width: 800px) {
  .form-heading {
    display: inline-block;
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    margin-right: 56px;
    margin-bottom: 0;
  }
  .form-heading-caption {
    display: inline-block;
    text-align: left;
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .form-heading-wrap {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #999999;
  }
  .form-heading-wrap2 {
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
}

.form-dl {
  padding:16px 5px 12px; }
  .form-dl dt {
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .form-dl dt .label-must {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    color: #b82029;
    width: 40px;
    text-align: center;
    line-height: 22px;
    height: 24px;
    border: #b82029 1px solid;
    font-style: normal;
    margin-left: 12px;
  }
  .form-dl dd {
    padding: 0 5px;
  }
  .form-dl--date {
    display: table;
    width: 100%;
  }
  .form-dl--date dd,
  .form-dl--date dt {
    display: table-cell;
    vertical-align: middle;
  }
  .form-dl--date dt {
    width: 100px;
    margin-bottom: 0;
  }
  .form-dl--date dd {
    padding: 0;
  }
  .form-dl--textarea {
    border-bottom: none;
  }

.form-dl dd input{
  font-size:1.3rem;
 }

.form-dl dd textarea{
  padding:10px;
  font-size: 1.3rem;
}

@media print, screen and (min-width: 800px) {
  .form-dl {
    padding: 20px 0;
    display: table;
    width: 100%;
  }
  .form-dl dd,
  .form-dl dt {
    display: table-cell;
    vertical-align: middle;
  }
  .form-dl dt {
    width: 210px;
    margin-bottom: 0;
    font-size: 1.3rem;
  }
  .form-dl dt .label-must {
    font-size: 1.2rem;
    width: 40px;
    line-height: 24px;
    height: 26px;
    margin-left: 10px;
  }
  .form-dl dd {
    width: calc(100% - 210px);
    padding: 0;
  }
  .form-dl.form-dl--short dt {
    width: 160px;
  }
  .form-dl.form-dl--short dd {
    width: calc(100% - 150px);
  }
  .form-dl .form-dl--90 dt {
    width: 160px;
  }
  .form-dl .form-dl--90 dd {
    width: auto;
  }
  .form-dl--date dt {
    width: 175px;
  }
  .form-dl--date dt .label-must {
    margin-left: 37px;
  }
  .form-dl--date dd {
    width: calc(100% - 175px);
  }
  .form-dl--textarea {
    display: block;
    padding-top: 30px;
    border-bottom: none;
  }
  .form-dl--textarea dt {
    display: block;
    width: auto;
    margin-bottom: 10px;
  }
  .form-dl--textarea dd {
    display: block;
    width: auto;
  }
  .form-dl dd input {
    font-size:1.4rem;
  }

}

input[type=text] {
  border: 1px solid #999;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 35px;
  font-size: 1.6rem;
  line-height: 33px;
  display: inline-block;
  padding: 0 10px;
}
input[type=text].input-date {
  width: 32px;
  height: 21px;
  line-height: 19px;
  border: 1px solid #666;
}
input[type=text].input-tel, input[type=text].input-name {
  width: 246px;
}
input[type=text].input-price, input[type=text].input-peoplenumber {
  width: 58px;
}
input[type=text].input-mail, input[type=text].input-address {
  width: 100%;
}
input[type=text].input-apply-num {
  width: 90px;
}
@media print, screen and (min-width: 800px) {
  input[type=text] {
    height: 40px;
    line-height: 38px;
    display: inline-block;
  }
  input[type=text].input-date {
    width: 63px;
    height: 30px;
    line-height: 28px;
  }
  input[type=text].input-tel, input[type=text].input-mail, input[type=text].input-name {
    width: 300px;
  }
  input[type=text].input-price, input[type=text].input-peoplenumber {
    width: 70px;
  }
  input[type=text].input-address {
    width: 300px;
  }
  input[type=text].input-apply-num {
    width: 150px;
  }
}

textarea {
  width: 100%;
  height: 110px;
  border: 1px solid #999999;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 800px) {
  textarea {
    height: 190px;
  }
}

.input-select-wrap {
  position: relative;
  background: #fff;
  position: relative;
}
  .input-select-wrap--parking {
    width: 45px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }
  .input-select-wrap select {
    border: 1px solid #666666;
    height: 35px;
    line-height: 33px;
    text-align: center;
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .input-select-wrap::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 10px; }
  @media print, screen and (min-width: 800px) {
    .input-select-wrap--parking {
      width: 60px;
    }
    .input-select-wrap.input-select-wrap--type, .input-select-wrap.input-select-wrap--purpose {
      width: 300px;
    }
    .input-select-wrap.input-select-wrap--reason {
      width: 150px;
    }
    .input-select-wrap.input-select-wrap--occupy {
      width: 300px;
    }
    .input-select-wrap select {
      height: 40px;
      line-height: 38px;
      font-size: 1.4rem;
    }
  }

.check-list {
  margin: -4px 0;
}
  .check-list > li {
    display: inline-block;
    padding: 4px 0;
    margin-right: 20px;
  }
  .check-list span {
    font-size: 0.95rem;
    display: inline-block;
    margin-left: 10px;
  }
  @media print, screen and (min-width: 800px) {
    .check-list span {
      font-size: 1.2rem;
    }
    .check-list input[type=checkbox] + label {
      padding-left: 20px;
    }
      .check-list input[type=checkbox] + label::after {
        width: 14px;
        height: 14px;
        margin-top: -6px;
      }
      .check-list input[type=checkbox] + label::before {
        width: 5px;
        height: 9px;
        margin-top: -5px;
      }
  }

.form-dl--short dd .input-caption,
.form-dl--90 dd .input-caption {
  display: none;
}
@media print, screen and (min-width: 800px) {
  .form-dl--short dt .input-caption,
  .form-dl--90 dt .input-caption {
    display: none;
  }
  .form-dl--short dd .input-caption,
  .form-dl--90 dd .input-caption {
    display: inline-block;
    vertical-align: middle;
  }
}

.input-caption {
  display: block;
  color: #666;
  font-size: 1.1rem;
  margin-top: 7px;
}
@media print, screen and (min-width: 800px) {
  .input-caption {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-size: 1.3rem;
  }
}

.textarea-caption {
  display: block;
  color: #666;
  font-size: 1.1rem;
  margin-top: 7px;
}
dl dt .textarea-caption:nth-child(2) {
  color: #b82029;
  margin-left: 0px;
  margin-top: 15px;
  font-weight: bold;
  font-size: 1.3rem;
}

@media print, screen and (min-width: 800px) {
  .textarea-caption {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1rem;
    margin-left: 50px;
    margin-top: 0;
  }
  .textarea-caption:nth-child(2) {
    display: block;
  }
}

.input-date-area span {
  display: inline-block;
  margin: 0 15px 0 5px;
  font-size: .95rem;
}
@media print, screen and (min-width: 800px) {
  .input-date-area {
    font-size: 1.2rem;
    margin: 0 30px 0 8px;
  }
}

.input-price-area span {
  display: inline-block;
  margin: 0 12px;
  font-size: .95rem;
}
@media print, screen and (min-width: 800px) {
  .input-price-area span {
    font-size: 1.2rem;
    margin: 0 8px;
  }
}

.form-dl + .form-dl {
  border-top: 1px dotted #000;
}

.type-list li {
  display: inline-block;
  margin-right: 15px;
}

.form-info {
  border-bottom: #808080 solid 1px;
  border-top: #808080 solid 1px;
  padding: 30px 20px 35px;
  text-align: center;
}
.form-info-ttl {
  font-weight: bold;
  font-size: 1.15rem;
  line-height: 1.5;
}
.form-info-text {
  font-size: 0.8rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 800px) {
  .form-info {
    border-top: none;
    border-bottom: #808080 dotted 1px;
    padding: 0 0 25px;
  }
  .form-info-ttl {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .form-info-text {
    font-size: 1.2rem;
    line-height: 1.83;
  }
}
@media print, screen and (min-width: 1280px) {
  .form-info {
    padding: 10px 0 30px;
  }
}

/* 個人情報 */
.form-privacy {
  padding: 25px 10px 0;
  margin-bottom: 20px;
}
.form-privacy-lead {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 23px;
}
.form-privacy textarea {
  height: 123px;
}
@media print, screen and (min-width: 800px) {
  .form-privacy {
    margin-bottom: 30px;
    padding: 20px 0 0;
  }
  .form-privacy-lead {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .form-privacy textarea {
    height: 200px;
  }
}

.privacy-checkbox-area {
  margin: 20px 0 0;
  text-align: center;
}
@media print, screen and (min-width: 800px) {
  .privacy-checkbox-area {
    margin: 30px 0 0;
  }
  .privacy-textarea {
    padding:15px;
  }
}

.submit-btn {
  display: block;
  border: 2px solid #000;
  width: 220px;
  height: 50px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #000;
  position: relative;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all ease-in-out .35s;
  -moz-transition: all ease-in-out .35s;
  -ms-transition: all ease-in-out .35s;
  -o-transition: all ease-in-out .35s;
  transition: all ease-in-out .35s;
}
.submit-btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #5c5c5c;
  border-right: 1px solid #5c5c5c;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 10px;
  border-width: 2px !important;
  -webkit-transition: all ease-in-out .35s;
  -moz-transition: all ease-in-out .35s;
  -ms-transition: all ease-in-out .35s;
  -o-transition: all ease-in-out .35s;
  transition: all ease-in-out .35s;
}
@media print, screen and (min-width: 800px) {
  .submit-btn {
    width: 300px;
    height: 50px;
    font-size: 1.5rem;
    cursor: pointer;
  }
  .submit-btn::after {
    right: 20px;
  }
  .submit-btn:hover {
    opacity: 1;
    background: #000;
    color: #fff;
  }
  .submit-btn:hover::after {
    border-color: #fff;
  }
}

.pageback {
  border-top: 1px dotted #999;
}

.section-apply {
  max-width: 765px;
  margin: 0 auto;
}

.thanksText{
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 20px 0;
}