 label {
    line-height: 1.5rem;
 }

 .inquiry-item {
    margin:16px 0;
 }

 .name {
    width:240px;
    height:2rem;
    font-size:1rem;
    @media screen and (max-width:419px) {
      width:100%;
    }
 }

 .address {
    width:410px;
    height:2rem;
    font-size:1rem;
    @media screen and (max-width:419px) {
      width:100%;
    }
 }

 .comments {
    width:100%;
    height:10rem;
    font-size:1rem;
 }

 .button {
    padding:2px 16px;
 }