/* スマホのみ適用（画面幅768px以下） */
@media screen and (max-width: 768px) {
    /* 郵便番号入力欄のスタイル */
    main.contact-main .table-res-form tbody tr td span:nth-child(3) input[type="tel"][name="your-zipcode"] {
        padding: 0px;
        border-radius: 1px;
        margin-bottom: 0.5em;
        width: 20.2%;
        height: 45.5px;
        margin-right: 3%;
        padding-left: 0.5em;
        border: 1px #4491e3 solid;
    }
}
