html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    background: none;
    border: none;
    outline: none;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/*
@font-face {
    font-family: 'Libertinus';
    src: url('libertinus/LibertinusSerif-Regular.woff2') format('woff2');
}
*/


@font-face {
    font-family: 'Libertinus';
    src: url('LibertinusSerif-Regular.pdf') format('woff2');
}

/*
@font-face {
    font-family: 'Libertinus Italic';
    src: url('libertinus/LibertinusSerif-Italic.woff2') format('woff2');
}
*/

@font-face {
    font-family: 'Libertinus Italic';
    src: url('LibertinusSerif-Italic.pdf') format('woff2');
}

/*
@font-face {
    font-family: 'Libertinus Bold';
    src: url('libertinus/LibertinusSerif-Bold.woff2') format('woff2');
}
*/

@font-face {
    font-family: 'Libertinus Bold';
    src: url('LibertinusSerif-Bold.pdf') format('woff2');
}



body,
html {
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    background: #faf6ec;
    color: #000;
    font-family: 'Libertinus', Garamond, serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-rendering: optimizeLegibility;
    font-variant-numeric: oldstyle-nums;
    font-variant-ligatures: common-ligatures discretionary-ligatures historical-ligatures contextual;
    font-feature-settings: 'ss02';
}

* {
    box-sizing: border-box;
}

a {
    color: rgb(20, 75, 196);
}

a:hover {
    color: rgb(170, 41, 41);
}

a:visited {
    color: rgb(81, 16, 134);
}

a img {
    border: 0;
}

a:focus,
a:active {
    outline: 0;
}

b,
strong {
    font-weight: 400;
    font-family: 'Libertinus Bold';
}

i,
em {
    font-family: 'Libertinus Italic', Garamond, serif;
}

.sc {
    font-variant-caps: small-caps;
}

.center {
    text-align: center;
}

.small {
    font-size: 75%;
}

#page {
    max-width: 1200px;
    margin: 30px auto;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, .2),
        -10px -10px 30px rgba(255, 255, 255, .8);
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
}

/* home */

#home #page {
    background: #c5bfa0;
}

#bigheader {
    background: url(images/header.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
}

#bigheader h1 {
    position: absolute;
    top: 30px;
    left: 30px;
}

#bigheader h1 img {
    width: 500px;
    display: block;
}

.zti {
    position: absolute;
    bottom: 30px;
    left: 15px;

}

.zti img {
    width: 120px;
    display: block;
}

#btns {
    position: relative;
    border-top: 2px solid #A21D21;
}

#btns a {
    position: relative;
    display: block;
    float: left;
    width: calc(100% / 3);
    height: 150px;
    line-height: 150px;
    font-variant-caps: small-caps;
    margin: 0;
    padding: 0;
    text-decoration: none;
    overflow: hidden;
    text-align: center;
    background: #132f71;
}

#home #bnts a {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, .2),
        -10px -10px 30px rgba(255, 255, 255, .8);
}

#btns a div {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    display: inline-block;
    vertical-align: middle;
    padding: 3% 6%;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    backdrop-filter: blur(2px);
    transition: background 1s ease, box-shadow 1s ease, text-shadow 1s ease, color 1s ease;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 10%),
        -5px -5px 10px rgb(255 255 255 / 10%),
        inset 0px 0px 10px rgb(255 255 255 / 30%),
        0px 0px 20px rgb(255 255 255 / 0%);
}

#btns a:hover div {
    background: rgba(165, 45, 46, .8);
    text-shadow: 0 0 3px #330808;
    color: #fff;
    box-shadow:
        5px 5px 10px rgba(0, 0, 0, .3),
        -5px -5px 10px rgba(255, 255, 255, .2),
        inset 0px 0px 0px rgba(255, 255, 255, .3),
        0px 0px 20px rgba(255, 255, 255, .4);
}

#btns a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: top center;
    background-size: cover;
    transition: transform 3s ease, box-shadow 3s ease, opacity 3s ease;
    box-shadow: inset 0 0 20px rgb(0 0 0 / 50%);
    opacity: .3;
}

#btns a:hover::before {
    transform: scale(1.1) rotate(2deg);
    box-shadow: inset 0 0 0px rgb(0 0 0 / 50%);
    opacity: 1;
}


#btns a:nth-child(1)::before {
    background-image: url(images/btn_01.jpg);
}

#btns a:nth-child(2)::before {
    background-image: url(images/btn_02.jpg);
}

#btns a:nth-child(3)::before {
    background-image: url(images/btn_03.jpg);
}

#btns a:nth-child(4)::before {
    background-image: url(images/btn_04.jpg);
}

#btns a:nth-child(5)::before {
    background-image: url(images/btn_05.jpg);
}

#btns a:nth-child(6)::before {
    background-image: url(images/btn_06.jpg);
}

/* article */

#header {
    background: url(images/header_16x6.jpg) center 65% no-repeat;
    background-size: cover;
    position: relative;
}

#header h1 {
    position: absolute;
    top: 30px;
    left: 30px;
}

#header h1 img {
    width: 400px;
    display: block;
}

#nav {
    position: relative;
    clear: both;
    border-top: 2px solid #A21D21;
    background: #132f71;
    display: flex;
    justify-content: space-evenly;

}

#nav a {
    position: relative;
    display: block;
    width: 100%;
    font-variant-caps: small-caps;
    margin: 0;
    padding: 0;
    text-decoration: none;
    overflow: hidden;
    text-align: center;
}

#nav a div {
    font-size: 22px;
    line-height: 22px;
    padding: 10px;
    text-shadow: 0 0 5px #000;
    color: #fff;
    position: relative;
    background: #132f71;
    transition: background 1s ease;
}

#nav a:hover div,
#nav a.active div {
    background: #a21d21;
}

#article {
    position: relative;
    clear: both;
    border-top: 2px solid #A21D21;
    background: #fff;
    padding: 30px;
    font-size: 20px;
    line-height: 26px;
    text-align: justify;
    hyphens: auto;
}

h1,
h2,
h3,
h4 {
    margin-bottom: 26px;
    line-height: 120%;
    text-align: center;
    color: #a21d21;
}

h1 {
    font-size: 250%;
}

h2 {
    font-size: 200%;
}

h3 {
    font-size: 150%;
}

h4 {
    font-size: 125%;
    font-family: 'Libertinus Italic', Garamond, serif;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

.text_indent h4,
.notem {
    font-family: 'Libertinus', Garamond, serif;
}

.right {
    text-align: right;
}

.smaller {
    font-size: 80% !important;
}

.verysmall {
    font-size: 60%;
}

.bigger {
    font-size: 150% !important;
    line-height: 150% !important;
}

.text_indent p+p {
    text-indent: 26px;
}

.no_indent {
    text-indent: 0 !important;
}

.text_marginbottom p {
    margin-bottom: 26px;
}

.text_marginbottom_small p {
    margin-bottom: 6px;
}

.text_title {
    text-align: center;
    margin-bottom: 52px;
}

.text_title h3,
.text_title h4 {
    margin: 0;
}

.text_title h3::after {
    content: "· ❦ ·";
    color: #132f71;
    display: block;
    font-size: 16px;
    margin: 6px 0 0 0;
}

#article.sidebar p+p {
    text-indent: 0px;
    margin-bottom: 26px;
}

#article hr {
    height: 1px;
    border: 0;
    background: #eae7dc;
    margin: 52px auto;
    width: 90%;
}

#article hr.small {
    width: 20%;
    margin: 26px auto;
}

#sidebar {
    width: 19%;
    position: sticky;
    top: 0;
    float: left;
    text-align: left;
}

#text {
    width: 80%;
    float: right;
}

#toc {
    font-size: 120%;
    line-height: 130%;
    margin-bottom: 52px;
}

#toc i {
    font-size: 80%;
}

#k_toc {
    text-align: center;
    font-size: 80%;
}

#k_toc a {
    display: inline-block;
    text-align: center;
    width: 15%;
}


.text_indent_all {
    padding-left: 26px;
}


audio {
    width: 100%;
}


.images,
.image,
.pdf {
    text-align: center;
    margin: 20px auto;
}

.image_desc a,
.images a,
.image a,
.pdf a {
    display: inline-block;
    background: #faf6ec;
    border-radius: 10px;
    padding: 10px;
    color: #000;
    text-decoration: none;
    vertical-align: top;
}

.images a,
.image a,
.pdf a {
    width: 90%;
}

.two.images a,
.two.pdf a {
    width: 45%;
}

.three.images a,
.three.pdf a {
    width: 30%;
}

.four.images a,
.four.pdf a {
    width: 22%;
}

.image_desc a img,
.images a img,
.image a img,
.pdf a img {
    display: block;
    border-radius: 10px;
    height: 300px;
    margin-bottom: 10px;
}

.images a img,
.image a img,
.pdf a img {
    width: 100%;
    margin: auto;
    height: auto;
}

blockquote {
    font-size: 150%;
    line-height: 135%;
    width: 90%;
    margin: 50px auto;
    font-family: 'Libertinus Italic', Garamond, serif;
}

blockquote.noem {
    font-family: 'Libertinus', Garamond, serif;
}

/* footer */

#footer {
    position: relative;
    clear: both;
    border-top: 2px solid #A21D21;
    background: #D4EDEC url(images/footer.png) top center no-repeat;
    background-size: cover;
    height: 100px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: gray;
}

#footertext {
    padding: 30px 100px 30px 30px;
    text-align: left;
    font-size: 15px;
}

#footer .zti {
    left: auto;
    right: 15px;
    bottom: 15px;
}

#footer .zti img {
    width: 70px;
}


/* topic */




/* media queries */

@media screen and (max-width: 767px) {
    #bigheader h1 img {
        width: 200px;
    }

    #bigheader .zti {
        display: none;
    }

    #btns a {
        width: 100%;
        height: 100px;
        line-height: 100px;
    }

    #page {
        margin: 0;
        border-radius: 0;
    }

    #article {
        padding: 10px;
    }

    #nav {
        flex-wrap: wrap;
    }

    #header {
        background: url(images/header_mobile.jpg) top center no-repeat;
        background-size: cover;
    }

    #header h1 {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 0;
        padding: 10px;
        width: 100%;
    }

    #header h1 img {
        width: 100%;
    }

    #header>img:first-child {
        display: none;
    }

    #footertext {
        padding: 10px 100px 10px 10px;
        text-align: left;
        font-size: 12px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    #page {
        margin: 0;
        border-radius: 0;
    }

    #nav a div {
        font-size: 14px;
        line-height: 14px;
    }

    #header h1 img {
        width: 340px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    #page {
        margin: 0;
        border-radius: 0;
    }

    #nav a div {
        font-size: 18px;
        line-height: 18px;
    }
}