* {
    box-sizing: border-box;
}
html, body {
    margin: 0;
    padding: 0;
    font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
}
body { overflow-x: hidden; }
p { margin: 0; }
a {
    text-decoration: none; 
    color: inherit;
}
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

.main {
    /* position: relative; */
    /* background-color: #f7f9fc; */
}


