@import url(style_pc.css) ; /* デフォルト：1000px以上用（PC用）の記述 */
@import url(style_tab.css) screen and (max-width: 999px); /* 999px以下用（タブレット用）の記述 */
@import url(style_sp.css) screen and (max-width: 764px); /* 764px以下用（スマフォ用）の記述 */




/*★あとでstyle_pcに移動！！↓↓↓↓↓*/


a[href^="tel:"] {
    pointer-events: none;
}
.footer_ad a {
	color:#000;
}



@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #wrapper { overflow:hidden } /* IE11のメニューはみ出し防止 */
}

.company_box02 table tr td a{
	color:#000;
	border-bottom:1px solid #ccc;
}
.company_box02_img3 img{
	max-width:198px;
}


@media screen and (max-width: 999px) {
a[href^="tel:"] {
    pointer-events:auto;
}


}

@media screen and (max-width: 764px) {
.company_box02_img3 img{
	max-width:100%;
}
.company_box03 {
    background: #FAFAFA url(../company/images/bg_img01.gif) no-repeat center;
    background-size: 118%;
}
}