/* フォント処理*/
body{
    margin: 0;
    padding: 0;
    -webkit-font-smomthing: subpixel-antialiased;
    font-family: "Noto Sans JP",sans-serif; 
    line-height: 2em;
    font-size: 100%;
    word-break: break-all;
}
h1,h2,h3,h4{
    font-weight: 800!important;
   font-family: "Noto Sans JP",sans-serif; 
}
.huto{
    font-weight: 800!important;
    /*font-family: "Noto Sans JP",sans-serif; */
}


p {
    font-size: 16px;
    line-height: 1.8em;
}

a {
  text-decoration: none;
}