#area-main{
  max-width: 1024px;
  margin: 0 auto;
}
/* ------------------------------------------------------------------ */
/* .applicationheader */
.applicationheader{
  padding: 0 0 0 80px;
  height: 81px;
  border-bottom: #999999 solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.applicationheader header{
  max-width: 1024px;
  width: 100%;
}
.applicationheader .logo{
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.applicationheader .logo img{
  height: 42px;
}


#ctn-footer2{
  width: 100%;
  border-top: #999999 solid 1px;
  box-sizing: border-box;
  margin-top: 40px;
}

.form-webentry table tr td.btcell input[type=submit]{
  margin: 2em 0 2em;
}

/* ------------------------------------------------------------------ */
/* .modal */
.modal{
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 30000;
  width: 100%;
  height: 100%;
}
.modal .hdg-lv02-01 h2{
  color: #464646;
}
.modal .modalOverlay{
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .8);
  width: 100%;
  height: 100%;
}
.modal .modalInner {
  width: 800px;
  border-top: 3px solid #e27500;
  background: #fff;
  position: relative;
  z-index: 50002;
  max-height: 100vh;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .modal .modalInner {
    max-width: 100%;
  }
}

.modal .modalPosition{
  margin: 10px 0;
}

.modal .closeModal {
  width: 50px;
  height: 47px;
  background: #e27500;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer
}

@media screen and (max-width: 767px) {
  .modal .closeModal {
      width:6.66667vw;
      height: 6.26667vw
  }
}
.modal .closeModal span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  width: 45px;
  height: 1px;
  background: #fff;
  margin-top: -3px;
  margin-left: -42%
}

@media screen and (max-width: 767px) {
  .modal .closeModal span {
      width:6vw
  }
}

.modal .closeModal span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.modal .closeModal span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

#modalOccupation .modalContents {
  font-size: 14px;
  padding: 0 45px 40px 45px
}

@media screen and (max-width: 767px) {
  #modalOccupation .modalContents {
      padding:0 5.33333vw 5.33333vw 5.33333vw
  }
}

#modalOccupation .modalContents #waku100 {
  min-height: 400px;
  background: #fff !important
}

@media screen and (max-width: 767px) {
  #modalOccupation .modalContents #waku100 {
      min-height:45.06667vw
  }
}

#modalOccupation .modalContents h1 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px
}

@media screen and (max-width: 767px) {
  #modalOccupation .modalContents h1 {
      margin-bottom:1.33333vw
  }
}