@charset "utf-8";


.formwrap {
    margin: 30px auto;
}

/*.contactform p{
	text-align: center;
	margin:30px 0;
}
*/

.contactform .error,.contactform em{
  color:red;
  margin-top:10px; 
}

.contactform .error_mes{
  border: 1px dotted red;
  padding:10px;
}

.contactform .error_mes li{
 list-style: none;
}


/*レスポンシブテーブル*/

.contactform table {
  margin: 0 auto;
  width: 100%;
}

.contactform table tr {
    margin-bottom: 20px;
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.contactform table th{
  width: 30%;
}

.contactform table th span {
  background: red;
  padding: 2px 5px;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  margin-left: 3px;
  font-weight: normal;
  vertical-align: 2px;
}
.contactform table td{
  width: 70%;

}

.confirm [type="submit"] {
    background: orange;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    font-size: 20px;
    border: none;
    width: 100%;
}

[type="submit"].return {
  background: #e0c79a;
}

input[type='text'], input[type='email'],button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

[type="submit"]{
	background: orange;
	color:#fff;
	font-weight: bold;
	padding:10px 0;
	font-size:20px;
	border: none;
}
.cbtn{
  width: 20px;
  height: 20px;
}

.contactform .disc{
  margin-bottom:20px;
  text-align:center;
}

.finish h2{
  font-size:20px;
}

.finish .section ul{
  padding: 0;
}

.finish .section ul li{
  list-style: none;
  background: orange;
  padding: 20px;
  text-align:center;
  margin-top:30px;
}

.finish .section ul li a{
   color: #fff;
}

input[type="radio"], input[type="checkbox"] {
    vertical-align: middle;
}

@media (max-width: 480px) {
	.contactform table tr {
    	display: block;
	}
  .contactform table th {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #cfdeef;
    padding: 10px;
  }
  .contactform table td {
    width: 100%;
    display: block;
  }
  .contactform .disc {
    margin-bottom: 20px;
    text-align: left;
    padding: 10px;
  }
}