
.mailform {
	text-align:center;
	margin: 25px 0px;
}

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


/*.mailform dt {
  width: 200px;
  display: table-cell;
  vertical-align: middle;
}*/

/*
.mailform dt {
  width: 200px;
}
*/

/*
.mailform dd {
  width: 368px;
  padding-left: 8px;
  display: table-cell;
  vertical-align: middle;
}
*/

/*
.mailform dd {
  width: 368px;
  padding-left: 8px;
}
*/

.hissu {
font-size:0.8em;
color:#C00;
}

.mail input {
    width: 100% !important;
}

.mailform dl {
display: flex;
flex-flow: row wrap;
width: 100%;
}


.dtfirst {
border-top: 1px solid #ccc;
}

.mailform dt {
flex-basis: 30%;
padding: 20px;
background-color: #f1f1f1;
border-bottom: 1px solid #ccc;
}

.mailform dd {
    flex-basis: 70%;
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

@media screen and (max-width: 559px) {
.mailform dl {
flex-flow: column;
}

.mailform dt {
    padding: 5px;
}

.mailform dd {
    text-align: center;
}


}



.files input, select {
    vertical-align: middle;
    font-size: 1em;
    margin-bottom: 10px;
}


.contact_text textarea {
width:100%;
  height: 120px;
  box-sizing: border-box;
  resize: vertical;
}


.mailform dd input[type="text"],
.mailform dd select,
dd textarea {
  width: 315px;
  max-width: 100%;
  font-family: inherit;
  padding: 7px 12px;
    font-size: 1.2em;
  background: #f0ffff;
  border-radius: 4px;
  border: 1px solid #bbe3e3;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
}

.mailform dd input[type="radio"],
.mailform dd input[type="checkbox"]{
	box-shadow: none;
	border: 5px solid #ccc;
}

.mailform dd .nest {
  padding-left: 45px;
  margin: 10px 0;
}

/*
.mailform dd textarea {
  width: 350px;
  height: 120px;
  box-sizing: border-box;
  resize: vertical;
}
*/

.confirmation_btn {
  font-family: inherit;
  padding: 10px 30px;
  font-size: 16px;
  background: none;
  border-radius: 8px;
  border: none;
  background: #35d2e1;
  color: #fff;
  cursor: pointer;
}

.confirmation_btn:hover {
  opacity: .8;
}
