@charset "UTF-8";

/*-----ボタンパーツ-----*/
#top_telbtns + div .content_wrapper a {
    background: #DB1B1B;
    border-bottom: 5px solid #a71b1b;
}
@media screen and (min-width: 769px){
#top_telbtns + div .content_wrapper a[href^="tel"] {
    pointer-events: none;
}
}

/*-----画像サイズ調整_飲酒運転-----*/
@media screen and (max-width: 900px) {
#top_stop + .contents_box01 .inner_item_img img {
    max-width: 400px !important;
}
}