@charset "UTF-8";
/* =====================
  IE11-
===================== */
@media print, screen and (-ms-high-contrast:none){
    html,body{
        font-family:"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
        font-weight: normal;
    }

    body {
        text-rendering: optimizeLegibility;
        font-kerning: normal;
        font-variant-ligatures: common-ligatures contextual;
        font-feature-settings: "kern", "liga", "clig", "calt";
    }
    select::-ms-expand {
        display: none;
    }
    /* ==== 電話番号 ==== */
    a[href^="tel"]{
        display: inline-block;
    }
}

/* =====================
  ipad
===================== */
body.ipad{}

/* =====================
  フレキシブル
===================== */
@media print, screen and (max-width:1300px){}
@media print, screen and (max-width:1250px){}
@media print, screen and (max-width:1200px){}
@media print, screen and (max-width:1150px){}
@media print, screen and (max-width:1100px){}
@media print, screen and (max-width:1050px){}
@media print, screen and (max-width:1000px){}
@media print, screen and (max-width:950px){}
@media print, screen and (max-width:900px){}
@media print, screen and (max-width:850px){}
@media print, screen and (max-width:800px){}
@media print, screen and (max-width:780px){}