﻿body {
    font-family: sans-serif;
}

.title {
    text-align: center;
}

.section--text-center {
    text-align: center;
}

.section--text-center ul {
    list-style-position: inside;
}

.section__title {
    background-color: #666633;
    color: #ffffcc;
    margin: 0;
    padding: .5em;
    text-align: center;
}

.section__content {
    text-align: left;
    padding: 1em 10vw 2em;
}

.section__content img {
    max-width: 100%;
    height: auto;
}

.section--text-center .section__content {
    padding: 1em 1em 2em;
}

.section--no-horizontal-padding .section__content {
    padding: 1em 0;
}

/** 画面2倍以上でしゃっきりモード */
@media screen and (min-resolution: 2x) {
    #wwa-wrapper {
        image-rendering: pixelated;
    }
}

.button-container {
    text-align: center;
    margin: 1rem 0;
}

.wwa-debug-console-area--hidden {
    display: none;
}
