.mailform dl dd input[type='tel'] {
    background: #eee;
    border: 0;
    padding: 6px;
}

.textarealabel {
	font-size: 11px;
    width: 81%;
    padding-top: 15px;
}

@media (max-width: 799px) {
  .textarealabel {
      width: 100%;
  }
}

.textareafields {
    margin-top: -20px;
}

.noborderbottom {  border-bottom: none; }

.nav_pc_08 > a {
	background: url(../images/nav_08.png);
	background-size: 168px 142px;
}

@media (max-width: 799px) {
	.mailform dl dd input.form_text_middle[type='tel'] {
		width: 95%;
	}
}

@media (max-width: 799px) {
	.labelbottom{
	    width: 95%;
	}
}

@media (max-width: 768px) {
	.radio-yes-hide input { width: calc(100% - 20px) !important; }
	.textareafields {
	    margin-top: 0;
	}
	.hide-mobile { display: none; }
}
