@charset "utf-8";

@import url("variables.css");/*変数定義*/

a[href*="tel:"] {/*電話*/
   pointer-events: none;
   cursor: default;
   text-decoration: none;
   color: rgb(var(--baceFontColor));
   @media (max-width: 768px) {
      pointer-events: visible;
      text-decoration: underline;
   }
}
ul,ol{
   margin:0 0 0 0;
}

input[type="checkbox"],
   input[type="radio"]{
   all: revert;
}

img{
   vertical-align: bottom;
}

svg{
   height:1em;
   width:auto;
   line-height: 0;
   vertical-align: middle;
}

iframe {/*iframeの下にできる隙間を消す*/
   vertical-align: bottom;
}

