@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */


body {
    counter-reset: number 0;
    line-height: 2.3em;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #333;
    font-family: "Noto Sans Japanese", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    word-wrap: break-word;
    overflow: hidden;
    font-size: 14px;
}

/*================== ○○○○.html =================*/
@media screen and (min-width: 469px) and (max-width: 768px){
}
@media only screen and (max-width: 468px){
}