﻿/* タブレット＆スマホ用　強制シート
----------------------------------------------------------- */
@media screen and (max-width: 737px){
#main #contact_form td select {
    font-size: 14px;
    padding: 0 8% 0 8px;
    border: 1px solid #8b8a8b;
    background: url(kobac18_img/img/contact_select_arrow.jpg) no-repeat right center;
    background-size: 23px 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-overflow: "";
}

#main #contact_form td select {
    height: 24px;
    line-height: 24px;
}
#main #contact_form #select_form p.form_select_title {
    color: #ff0012;
    font-size: 3.7vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    padding: 6px;
    border: solid 3px #ff0012;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin: 0 0 9px;
}
}