@charset "UTF-8";

/*!

    YDITS for Web

    Copyright (C) よね/Yone
    Licensed under the Apache License 2.0.

    https://github.com/YDITS/YDITS-Web

*/

main>.content {
    display: flex;
    flex-direction: column;
    padding: 3rem 0;
}

#description {
    margin-bottom: 2rem;
}

main>.content>.content {
    margin-bottom: 3em;
    font-size: 1.2em;
}

main>.content>.content>img {
    width: 40vw;
}

@media (max-width: 768px) {
    main {
        width: calc(100% - 20vw);
        padding-left: 10vw;
        padding-right: 10vw;
    }

    main>.content>.content>img {
        width: 70vw;
    }
}