@charset "utf-8"; @use "variables" as *; // 変数定義 @use "mixins" as *; // 関数定義 a[href*="tel:"] {//電話 pointer-events: none; cursor: default; text-decoration: none; color:$baceFontColor; @include media_query_md{ 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; }