@charset "utf-8";
/**
 * タグデフォルト
 * 
 * create: 2022-05-21
 * update: 2022-08-17
 * 
 * @package     netfax
 * @author      ik
 * @copyright   Copyright (c) 2022
 * @version     netfax 2.00
 */

html * {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12pt;
    color: #000;
    font-feature-settings: "palt";
    line-height: 1.7;
}

    @media screen and (max-width: 767px) {

    }

ul , li {
    list-style:none;
    padding: 0;
    margin: 0;
}

ul , p , h1 , h2 , h3 ,h4 , h5{
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
}


i {
    font-style: normal;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

body .container {
    _max-width: 800px;
}
