lottie-player,
dotlottie-player {
    margin: 0 auto;
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
}

* {
    box-sizing: border-box;
}

body,
pre {
    font-family: "Poppins", "Noto Sans JP", sans-serif;
}

pre {
    width: 100% !important;
    word-break: break-all;
    white-space: pre-wrap;
}

pre li {
    list-style-type: decimal !important;
}

.container {
    width: min(960px, 96%);
    margin: 0 auto;
}

.procedure p {
    counter-increment: cnt;
    text-align: justify;
    word-break: break-all;
}

.procedure p::before {
    content: "手順-"counter(cnt)". ";
    padding: 0.6em 0.8em 0.4em;
    display: inline-block;
    background: gray;
    color: #fff;
    margin-right: 0.5em;
    border-radius: 50px;
    font-size: 0.8rem;
    line-height: 1;
    vertical-align: middle;
}

section.card {
    width: min(960px, 96%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    align-items: center;
    justify-items: center;
    justify-content: center;
    box-sizing: border-box;
}

section.card div {
    max-width: 50%;
}

.procedure p {
    background: #ffe1e6;
    padding: 0.6em;
    border-radius: 8px;
}

.container>p {
    font-weight: bold;
}

.mini-title {
    display: block;
    margin-top: 1em;
    font-style: italic;
    font-size: 0.9rem;
}

code {
    font-family: "Poppins", "Noto Sans JP", sans-serif;
    background: #7a7a7a;
    color: #ffffff;
    display: inline-block;
    padding: 0 0.7em 0 0.7em;
    transform: skew(-1deg);
}

.title-animation {
    width: min(720px, 96%);
    margin: 0 auto;
    display: block;
}