input {
	vertical-align:middle;
}
input[type="text"],textarea {
    width:100%;
    border: 0;
    background-color: #eee;
    padding: 10px 15px;
    border-radius: 10px;
    box-sizing: border-box;
    line-height: 1.7;
}
.sarea {
	width:50% !important;
}

label {
	display:block;
    position:relative;
    line-height: 1.3;
}
label input[type="radio"],label input[type="checkbox"]{
    margin: -0.15em 2px 0 0;
}
label.error {
	display:none;
	color:#f57722;
	font-size:12px;
    line-height: 22px;
    margin-top: 10px;
}

.smbtn {
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    border-radius: 100px;
    background-color:#f57722;
    border-width: 0;
    padding: 20px;
    text-align: center;
    font-size: 1.16em;
    line-height: 1.3;
    color: #fff;
    width: 400px;
	font-weight:bold;
	cursor:pointer;
    letter-spacing: 2px;
    transition: opacity 0.5s;
}
label.chk {
    padding: 5px 0;
    box-sizing: border-box;
}

label.chpr {
	width:230px;
	margin:auto;
	padding:15px;
	background: linear-gradient(to bottom, #fff, #eee);
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 10px;
  color: #111;
  line-height: 1.7;
  padding: 10px 40px 10px 15px;
  width: auto;
  box-sizing: border-box;
  position: relative;
  background-color: #eee;
  background-image: url("../img/down.png");
  background-position: right 15px center;
  background-size: 14px 10px;
  background-repeat: no-repeat;
  cursor: pointer;
}

@media screen and (min-width: 500px) {
label.error {
    padding: 0 8px;
}
label.flt {
	display:inline-block;
	margin-right:30px;
}
.fltadj {
    margin-right: 0 !important;
}

.table6 th {
	width:300px;
}
.table6 th img {
	float:right;
	height:18px;
	margin:8px 0 0 10px;
}
.table6 tr:last-child th,.table6 tr:last-child td {
    border-bottom:none !important;
}
.sonota {
    display: inline-block;
}
.sonota input {
    width: 300px !important;
}
}

@media screen and (max-width: 499px) {
input[type="text"],textarea {
	width:100%;
    border: 0;
    background-color: #eee;
}
.sarea {
	width:50% !important;
}

label.error {

}
label.chk {
	padding:15px;
	background: linear-gradient(to bottom, #fff, #eee);
}
label.chpr {
    padding:15px;
    width: auto;
}
.ref_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 0.92em;
}
label.tch {
    width: 50%;
    border-right: 1px solid #fff;
}
select {
    width: auto;
}
.smbtn {
    width: 80%;
}

.table6 tr:last-child td {
	margin-bottom:0;
}
.table6 th img {
	float:right;
	height:18px;
	margin:4px 0 0 0;
}
.sonota {
    width: 100%;
    padding-top: 5px;
}

}
