#spamcheck{display:none;}

#Contents p{
  margin-bottom:1.0em;
}

#Contents h3{
  margin-top:30px;
  margin-bottom:1.0em;
}

#Contents dl{
  width:700px;
  margin:0 auto;
  display: flex;
}
#Contents dt,
#Contents dd{
  padding:0.7em;
  line-height:1.5;
  vertical-align:top;
  border:solid 1px #fff;
}
#Contents dt{
  width:15em;
  background-color:#F8E9F1;
  font-weight: bold;
}
#Contents dd{
  width:100%;
  background-color:#f4f4f4;
}
#message{
  width: 100%;
}
#Contents table{
  width:700px;
  margin:0px auto;
  border-collapse:collapse;
}

span.require{
  font-size:0.8em;
  color:#FF0000;
  margin-left:0.5em;
}

#name,#kana{
  width:200px;
}

#postnum,#tel{
  width:150px;
}

#company,#mail,#address{
  width:400px;
}

#age{
	width:30px;
}

textarea#message{
	display:block;
	width:100%;
	padding:5px;
	height:140px;
	font-size:13px;
	margin:0px auto;
}

div#message{
	width:700px;
	margin:0px auto;
}

#form_submit{
	margin: 20px auto 0;
	text-align:center;
	line-height:1.5;
}
form#mail_form input.normal{
    width: calc( 100% - 4% - 2px );
    padding: 7px 2%;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fafafa;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: inherit;
    line-height: normal;
}
form#mail_form input.half{
    width: calc( 49% - 4% - 2px );
    padding: 7px 2%;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fafafa;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: inherit;
    line-height: normal;
}
form#mail_form input[type="email"], form#mail_form input[type="tel"] {
    width: calc( 70% - 4% - 2px );
    padding: 7px 2%;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fafafa;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: inherit;
    line-height: normal;
}
form#mail_form textarea.comarea{
    width: calc( 100% - 4% - 2px );
    padding: 7px 2%;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fafafa;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: inherit;
    line-height: normal;
}
