/*--------------------共通--------------------*/
html{
  scroll-behavior: smooth;
}
body{
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-feature-settings: "palt";
    text-align: center;
}
ul,
dl {
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


@media print {
    header,
    footer,
    .btnPrint {
        display: none;
    }
    
}