@charset "utf-8";
/* ========================================
foundation
======================================== */
/* 游ゴシックWindow対策 */
@font-face {font-family: "Yu Gothic";src: local("Yu Gothic Medium");font-weight: 100;}
@font-face {font-family: "Yu Gothic";src: local("Yu Gothic Medium");font-weight: 200;}
@font-face {font-family: "Yu Gothic";src: local("Yu Gothic Medium");font-weight: 300;}
@font-face {font-family: "Yu Gothic";src: local("Yu Gothic Medium");font-weight: 400;}
@font-face {font-family: "Yu Gothic";src: local("Yu Gothic Bold");font-weight: bold;}
/* border-box */
*,*:before,*:after{box-sizing:border-box;}
/* iOS フォントサイズ対策 */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
/* 画像下余白消し */
img{vertical-align:bottom;}
/* 埋め込みコード非表示 */
iframe[name='google_conversion_frame']{position:absolute;pointer-events:none;bottom:0;right:0;}
