* {
    font-feature-settings: "kern" 1;
    font-family: 'Times New Roman', Times, serif;

    transition: all 1s ease;
}

main {
    margin: 0;
    font-size: 21pt;
}

button {
    font-size: 21pt;
    transition: all 0.1s ease;
}

select {
    font-size: 21pt;
    z-index: 1000 !important;
}

.main {
    width: calc(23 * 21pt);
    margin: 0 auto;
}

.navigation {
    position: fixed;
    top: auto;
    left: auto;
    margin: 0;
}

.shortsory_span {
    opacity: 0;
}

.introduction {
    text-align: justify;
    text-align-last: center;
}

p {
    margin: 0;
    text-align: justify;
    text-align-last: center;
}

h1 {
    margin-top: 0;
    margin-bottom: 0.5em;
    line-height: 1em;
}

h1,
h2 {
    text-align: center;
    text-align-last: center;
}

span.download_button {
    margin: 0;
    display: block;
}

.download_button:hover {
    font-style: normal;
}

p {
    margin: 0;
}

ul.disc {
    text-align: left;
    list-style-type: disc;
    list-style-position: inside;
}

ul.circle {
    list-style-type: none;
}

input[type=checkbox] {
    transform: scale(1.5);
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 1.2em;
}

tr {
    cursor: help;
}


a:hover {
    font-style: italic;
}

a {
    color: blue;
    transition: all 1s ease;
}

img.inline {
    height: 1em;
    width: auto;
}

footer {
    font-size: 11pt;
    width: calc(23 * 21pt);
    margin: 0 auto;
    margin-top: 2em;
}

#img01 {
    z-index: 100 !important;
    width: 40vw;
    position: absolute;
    top: 0;
    left: 50%;
    filter: blur(5px);
    transform: translate(-50%, 0);
    opacity: 0.5;
    pointer-events: none;
}

@media (max-width: 768px) {

    main {
        font-size: 16pt;
    }

    .main {
        width: 95vw;
        margin: 0 auto;
    }

    button {
        width: max-content;
    }

    footer {
        width: 95vw;
        margin: 0 auto;
        margin-top: 2em;
    }

    #img01 {
        z-index: 10000 !important;
        width: 40dvw;
        position: absolute;
        top: 0;
        left: 50%;
        filter: blur(5px);
        transform: translate(-50%, 0);
        opacity: 0.5;
        pointer-events: none;
    }

    button {
        font-size: 16pt;
        transition: all 0.1s ease;
    }
    
    select {
        font-size: 16pt;
        z-index: 1000 !important;
    }
  }
  