.contents .contact {
  max-width: 650px;
  margin: 60px auto;
  background-color: #f5f6fa;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

.contents .contact * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contents .contact form input[type="text"],
.contents .contact form textarea {
  width: 100%;
  padding: 10px;
  border: solid 1px #CCC;
}

.contents .contact form dl {
  margin-bottom: 2em;
}

.contents .contact form dl dt {
  font-weight: bold;
  margin-bottom: 10px;
  color: #555;
  border-left: solid 10px #1b67b2;
  padding-left: 10px;
}

.contents .contact form .zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.contents .contact form .zip input {
  max-width: 8em;
}

.contents .contact form .zip001,.contents .contact form .tel001{
	
	width: 50%!important;
}
.contents .contact form .zip .input_zip {
  margin-right: 0.5em;
}

.contents .contact form .zip .sep {
  margin-right: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contents .contact form .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.contents .contact form .tel input {
  max-width: 8em;
}

.contents .contact form .tel .input_tel {
  margin-right: 0.5em;
}

.contents .contact form .tel .sep {
  margin-right: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contents .contact form .submit {
  position: relative;
  max-width: 13em;
  margin: 0 auto;
  font-size: 18px;
}

.contents .contact form .submit:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFF;
  font-weight: bold;
}

.contents .contact form .submit input {
  width: 100%;
  padding: 10px;
  background-color: #1b67b2;
  border: none;
  font-weight: bold;
  color: #FFF;
  border-radius: 10px;
}

.contents .contact form .error {
  font-size: 93%;
  color: #B70000;
  display: block;
}

.contents .contact form .required {
  display: inline-block;
  font-size: 10px;
  background-color: #B3424A;
  color: #fff;
  padding: 0 .5rem;
  margin-left: 1em;
  vertical-align: 2px;
}


.button{
	
	padding:100px 0 30px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	
	
}

.button02{
	
	
	padding:100px 0 30px;
	width:600px;
	margin: 0 auto;
	text-align: space-around;
	
}

.cwrap,.cwrap02,.cwrap03{
	
	background: #F00;
	display: inline-block;
	position: relative;
	height: 100%;
	
}

.cwrap:after,.cwrap02:after {
    content: '';
    position: absolute;
    top: calc(50% - 7px);
    right: -24px;
    width: 44px;
    height: 7px;
    background: url(../img/arow02.svg) center bottom/44px auto no-repeat;
}
.cwrap02:after {
    left: -24px;
    background: url(../img/arow04.svg) center bottom/44px auto no-repeat;
}

.conatabtn {

	
	-webkit-appearance: none;
	cursor: pointer;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	background: #FFF;
	border: 2px solid #D20D0D;
	color: #D20D0D;
	display: block;
	font-weight: bold;

	padding: 15px 40px;
	text-align: center;
	margin: 0 auto ;
	position: relative;
}

 
.conatabtn:hover {
	background: #D20D0D;
	color: #FFF;
	text-decoration: none;
	
}

.error span{
	
	background:#D20D0D;
	color:#FFF;
	padding:1px 10px;
	margin: 0 10px;


	
	
}

.error{
	
	margin:20px 0 0 0 ;
	
}

.fin{
	
	padding:20px 0;
	line-height:30px;
	
}


/*# sourceMappingURL=form.css.map */