input[type="submit"][value="送信"] {
  font-family: inherit;
  padding: 10px 30px;
  font-size: 16px;
  background: none;
  border-radius: 8px;
  border: none;
  background: #5d3fff;
  color: #fff;
  cursor: pointer;
}

input[type="button"][value="戻る"] {
  font-family: inherit;
  margin-left: 15px;
  padding: 10px 30px;
  font-size: 16px;
  background: none;
  border-radius: 8px;
  border: 1px solid #5d3fff;
  color: #5d3fff;
  display: inline-block;
  cursor: pointer;
}

input[type="submit"][value="送信"]:hover,
input[type="button"][value="戻る"]:hover {
  opacity: .8;
}

input[type="button"][value="戻る"].single {
  margin-left: 0;
}

.confirmation {
  margin-bottom: 40px;
}

.submit_content dl {
  padding: 12px;
  margin-bottom: 4px;
  border-radius: 4px;
  border-bottom: 1px solid #f9f9f9;
}

.submit_content dt {
  width: 22%;
  display: table-cell;
  vertical-align: middle;
}

.submit_content dd {
  width: 70%;
  padding-left: 8px;
  display: table-cell;
  vertical-align: middle;
}

.err {
  color: red;
}

.completion {
  margin-bottom: 50px;
  text-align: center;
}

.est dl{
  width: 100%;
}

.est dl dd {
  margin: 20px 0;
  border-bottom:1px solid #ccc;
  font-size: 12px;
  display: block;
  width: 100%;
  padding-left:110px;
}

.est dl dd.last {
  margin: 20px 0;
  border-bottom:none;
  font-size: 12px;
  display: block;
  width: 100%;
  padding-left:100px;
}

.est dl dt {
  font-size: 1em;
  padding-left:18px;
  padding-top:0.7em;
  display: block;
  width: 35%;
  clear: left;
  float: left;
}
.est dl dt.materi-dt {
  font-size: 1em;
  padding-left:18px;
  padding-top:0em;
  display: block;
  width: 35%;
  clear: left;
  float: left;
}

.est dl dt span {
  font-size:12px;
  color:#CC0033;
  clear: both;
}

.est dl input {
  width:40%;
  border:0;
  padding:10px;
  font-size:1.3em;
  font-family:Arial, sans-serif;
  border:solid 1px #ccc;
  margin:0 0 20px;
  -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

.est dl input.nouki {
  float:left;
}

.est dl input.input-long {
   width:52%;
}

.est dl input.input-shortlong {
  width:50%;
}

.est dl input.short {
  width:40%;
}

.est dl input.tel {
  width:23%;
}

.est dl select.materi {
  font-size:1.2em;
  width:40%;

  padding-top:0.7em;
}

.est dl input.calender {
  width:20.2%;
  float:left;
}
.est dl input.very-short {
  width: 20%;
}

.est dl textarea.youbou {
  font-size:1.2em;
  width:58%;
  height:300px;
  resize: vertical;
  min-height: 120px;
  max-height: 800px;
  font-family:Arial, sans-serif;
  border:solid 1px #ccc;
}

.est dl select {
  width:40%;
  border:0;
  padding:10px;
  font-size:1.3em;
  font-family:Arial, sans-serif;
  border:solid 1px #ccc;
  margin:0 0 20px;
  -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

.est dl input.file-upload-farst {
  -moz-box-shadow: inset 0 0 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 0 rgba(0, 0, 0, 0.2);
  border:none;
  margin:0;
  padding: 0;
  margin-top:-30px;
  margin-left:0px;
  margin-bottom:8px;
  width:80%;
  font-size: 14px;
  clear: left;
}

.est dl input.file-upload {
  -moz-box-shadow: inset 0 0 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 0 rgba(0, 0, 0, 0.2);
  border:none;
  margin:0;
  padding:0;
  margin-bottom:8px;
  width:80%;
  font-size: 14px;
}





@media screen and (max-width:415px) {
  .est dl{
  width: 100%;
}

.est dl dd {
  margin: 1em 0;
  border-bottom:1px solid #ccc;
  font-size: 12px;
  display: block;
  width: 100%;
  padding-left:2em;
  padding-bottom:1em;
}

.est dl dd.last {
  margin: 1em 0;
  border-bottom:none;
  font-size: 12px;
  display: block;
  width: 100%;
  padding-left:2em;
}

.est dl dt {
  font-size: 1em;
  padding-left:18px;
  padding-top:0.7em;
  display: block;
  width: 100%;
  clear: left;
}

.est dl select.materi {
  font-size:1.2em;
  width:70%;
  padding-top:0.7em;
}

.est dl dt span {
  font-size:12px;
  color:#CC0033;
  clear: both;
}

.est dl input {
  width:60%;
  border:0;
  padding:10px;
  font-size:1.3em;
  font-family:Arial, sans-serif;
  border:solid 1px #ccc;
  margin:0.5em 0 20px;
  -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

.est dl input.short {
   width:60%;
}

.est dl input.input-long {
   width:80%;
}

.est dl input.input-shortlong {
  width:70%;
}

.est dl input.tel {
  width:50%;
}

.est dl dt.materi-dt {
  font-size: 1em;
  padding-left:18px;
  padding-top:0em;
  display: block;
  width: 35%;
  clear: left;
  float: left;
}

.est dl textarea.youbou {
  font-size:1.2em;
  width:85%;
  height:300px;
  resize: vertical;
  min-height: 120px;
  max-height: 800px;
  font-family:Arial, sans-serif;
  border:solid 1px #ccc;
}

p.est-attention-gray {
  width:80%;
}

.est dl input.file-upload-farst {
  -moz-box-shadow: inset 0 0 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 0 rgba(0, 0, 0, 0.2);
  border:none;
  margin:0;
  padding: 0;
  margin-top:-30px;
  margin-left:0px;
  margin-bottom:8px;
  width:80%;
  font-size: 14px;
  clear: left;
}

.est dl input.file-upload {
  -moz-box-shadow: inset 0 0 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 0 rgba(0, 0, 0, 0.2);
  border:none;
  margin:0;
  padding:0;
  margin-bottom:8px;
  width:80%;
  font-size: 14px;
}
}
