@charset "utf-8";

.secret .inputForm .input a {
  color: #bf8218;
  text-decoration: underline;
}
.secret {
  /*display: flex;*/
  justify-content: space-between;
}
.secret .inputForm dt {
  padding: 0 1em;
  white-space: nowrap;
}
.secret .inputForm .inputTit {
  align-items: flex-start;
/* font-size: 150%; */
  background: #f8f6f6;
  width: 30%;
}

.secret .inputForm .input.textarea {
  background: #f8f6f6;
  display: block;
  padding: 20px 0;
  width: 70%;
}

.secret .MemberArea {
  /*border: 2px solid #edebeb;*/
  box-sizing: border-box;
  padding: 2em 5em;
  width: 100%;
}
.secret .btnArea {
  margin: 2em 6em;
}

.secret .ttl {
  font-weight: bold;
  margin:30px 0 15px;
  padding: 0;
  text-align: center;
}
.secret .lead {
  padding: 1em 0;
}
.secret .lead a {
  color: #bf8218;
}
.secret ul.lead {
  padding-left: 1em;
  text-indent: -1em;
}

.secret .flowNavigation .txt {
  font-size: 135%;
}

.el_form_label.radioTxt {
  display: block;
}

@media screen and (max-width:1020px) and (min-width:768px) {
  .secret .MemberArea {
    width: 100%;
  }

  .secret .submitBtn {
    width: 90%;
  }

  .secret .inputForm .inputTit {
    width: 39%;
  }

  .secret .inputForm .input.textarea {
    width: 61%;
  }
  .secret .headerOrder {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*sp*/
@media screen and (max-width:767px) {
  .secret {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .secret .contents {
    width:100%;
  }

  .secret .MemberArea {
    margin: 0 0 1em;
    padding: 2em 0 1em;
    width: 100%;
  }

  .secret .inputForm .inputTit {
    width: 100%;
  }
  .secret .inputForm .input.textarea {
    border: none;
    padding: .5em 0 1em;
    width: calc(100% - 2px);
  }
  .secret .btnArea {
    margin:1em 1em 2em;
  }
  .secret .lead {
  }
  .flowNavigation .current {
    display: none;
  }



@media screen and (max-width:375px) {
  .secret .submitBtn {
    line-height: 1.4;
  }
  .secret .btnArea {
    margin:2em 0em;
  }
}
