@charset "utf-8";

*{
    padding: 0;
    margin: 0;
    font-style: normal;
    box-sizing: border-box;
}
input,select,textarea{
    font-family: inherit;
}
h1,h2,h3,h4,h5,h6,th,input,select,textarea{
    font-size: inherit;
    font-weight: normal;
}
input[type=text],input[type=password],input[type=button],input[type=submit],textarea{
    border-radius: 0;
    -webkit-appearance: none;
}
input[type=checkbox],input[type=radio],input[type=button],input[type=submit],label{
    cursor: pointer;
}
li{
    list-style-type: none;
}
table{
    border-collapse: separate;
    border-spacing: 0;
}
img,table,input,select,textarea,video,iframe,canvas{
    vertical-align: top;
}
img{
    border: none;
    width: 100%;
    height: auto;
}
textarea{
    resize: none;
}
a{
    outline: none;
    text-decoration: none;
}
a:focus{
    outline: none;
    text-decoration: none;
}
q:before,q: after{
    content: "";
}
i{
    font-style: normal;
}
b{
    font-weight: normal;
}
body{
    line-height: 1;
    letter-spacing: 0;
    word-break: break-all;
    word-wrap: break-word;
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-feature-settings: "palt" 1;
}
