@charset "UTF-8";
/* form*/

.font-small {
  font-size: 0.78rem;
}

.taC {
  text-align: center;
}

#awit .articleR3 table tr td {
  padding: 15px 20px;
  box-sizing: border-box;
}

#awit .articleR3 table tr td .textbox {
  padding: 0 5px;
}

#awit .articleR3 table tr td.box3 input[type="tel"] {
  width: 88px;
}



#awit a.backBtn {
  background-color: #fff;
  color: #0058a6;
  border-radius: 15px;
  font-weight: bold;
  transition: .3s ease;
  padding: 20px 40px;
  cursor: pointer;
  border: 1px solid #0058a6;
  margin-right: 25px;
}

#awit .txt-area p {
  margin: 0 0 22px;
}

@media screen and (max-width: 640px) {
  #awit .articleR3 table tr td {
    padding: 15px 10px;
}
  #awit .articleR3 table tr td .textbox {
    width: 95%;
    margin: 0 auto;
  } 
  #awit .articleR3 table tr td.box3 input[type="tel"] {
    width: 66px;
  }
}