﻿/* タブレット＆スマホ用　強制シート
----------------------------------------------------------- */
@media screen and (max-width: 1024px){
#top.index #wrap #main .bnr_info_tel .bnr_info_num {
    transform: scale( 0.9,1);
    margin-right: 0;
    font-size: 60px;
    padding: 0;
    letter-spacing: -0.25vw;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 55px 0 0;
}

#footer .f-contact-t p a{
    color: #FF0012;
    text-decoration: none;
}

#top.index #wrap .arrow_box {
    position: relative;
    background: #fff;
    border: 1px solid #00983C;
    font-size: 10.5px;
    width: 75px;
    height: 26px;
    color: #00983C;
    text-align: center;
    letter-spacing: -1px;
    line-height: 1.2;
    padding: 3px 1px;
}
}
@media screen and (max-width: 737px){
#top.index #wrap #main .bnr_info_tel .bnr_info_num {
    transform: scale( 0.8,1);
    font-size: 8.8vw;
    padding: 0% 2% 0;
    letter-spacing: 0.05em;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 0 -10%;
}
#main #contact_form td select {
    font-size: 14px;
    padding: 0 23px 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 {
    max-width: 190px;
}
#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;
}


}