* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: black;
}


p {
    line-height: 46px;
}

.dd-txt,
dt,
#period p {
    line-height: 36px;
}



h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 46px;
    font-weight: 600;
}

h3 {
    font-family: "Lora", serif;
    font-weight: 200;
    color: white;
    font-size: 34px;
}

@media screen and (max-width: 764px) {
    h2 {
        font-size: 48px;
    }

    h3 {
        font-family: "Lora", serif;
        font-weight: 200;
        color: white;
        font-size: 26px;
    }

    dt {
        line-height: normal;
    }
}

@media screen and (max-width: 480px) {
    h2 {
        font-size: 26px;
    }

    .dd-txt,
    p {
        font-size: 13px;
        line-height: 27px;
    }

    #period p {
        line-height: 27px;
    }
}



li {
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
    display: block;
    /*vertical-align: bottom;*/
}

a {
    color: black;
    text-decoration: none;
}