body{
  line-height: 2.2;
  color:#333;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 auto;
}
.top-color{
  background-color: #29150c;
  width:100%;
  height: 10px;
}
.top-message{
  text-align: center;
  width:100vw;
  font-size: 20px;
  font-weight: bold;
  font: #29150c;
  margin-bottom: 0;
  padding: 0;
  display: inline;
  line-height: 0;
}
.top-banner{
  width:100vw;
  height:auto;
  object-fit: cover;

}
#submit-image{
  width:100vw;
  margin: 0 auto;
}
.submit-image-psd{
}
.submit-image-psd img{
  width:80%;
}
.submit-explain{
  font-size: 14px;
  text-align: left;
  display: inline-block;
}
.freedial{
  width: 100%;
}
.freedial img{
  width:80%;
}
#form{
  /*width:960px;*/
  margin:0 auto;
  text-align: center;
  border-top: 1px dotted #ccc;
}
#form td{
  border-bottom: 1px dotted #ccc;
  padding:14px 0 14px 30px;
  vertical-align: top;
  text-align: left;
}
#form input{
  border:1px solid #ccc;
  padding: 3px;
}
#form input,#form textarea,#form number{
  font-family: '游ゴシック','YuGothic','sans-serif';
  background-color: #d1c0a5;
}
#form td p{
  padding: :2px 0;
  text-align: left;
}
.table{
  text-align: center;
}
.form-left{
  margin-right:20px;
  width:230px;
  padding: 14px 0 14px 20px;
  background-color: #e7e0d6;
  color:#29150c;
  font-weight: bold;
}
.form-right{
  width:530px;
  margin-left: 5px;
}
.btn-area{
  clear:both;
  margin: 0 auto;
  padding:30px;
}
.button{
  display       : inline-block;
  border-radius : 3%;
  font-size     : 14pt;
  text-align    : center;
  cursor        : pointer;
  padding       : 12px 12px;
  background    : #d1c0a5;
  color         : #663300;
  line-height   : 1em;
  transition    : .3s;
  box-shadow    : 5px 5px 3px #666666;
  border        : 2px solid #d1c0a5;
  margin:20px;
  font-family: '游ゴシック','YuGothic','sans-serif';
  font-weight: bold;
}
.button:hover{
  box-shadow    : none;
  color         : #d1c0a5;
  background    : #663300;
}

.after{
  text-align: center;
  font-size: 20pt;
  font-weight: bold;
  font: #29150c;
}

@media screen and (max-width:1245px) {
  .top-message{
    text-align: left;
  }
  #form{
    width:100%;
  }
  #form td{
    box-sizing: border-box;
    display: block;
    width: auto !important;
    padding: 14px;
  }
  #submit-image{
    width:100%;
    display:block;
  }
  .submit-explain{
    width: 80%;
  }
  img{
  //  width: 100vw;
  }
  #section{
    width:100vw;
    height:auto;
   // object-fit: cover;

  }
}


@media screen and (max-width:768px) {
  .submit-image-psd{
    width:100%;
  }
  .inputs{
    width:300px;
  }
  .after{
    font-size:16px;
  }
  .top-message{
    font-size:14px;
  }

  form p.comment {
	padding:0 40px;
  }
}