@charset "utf-8";

i.ri-alert-line {
    color: red;
    font-weight: normal;
}
.sankaku {
    text-align: center;
    margin-bottom: 0;
}

h2 {
    border: none;
    text-align: center;
    font-size: 30px;
}
h2::before {
    content: none;
}

.twodiv {
    /* ボタンリンク */
    text-align: center;
}
.twocol {
    max-width: 400px;
}
@media screen and (max-width: 480px) {
    .twocol {
        display:flex;
        justify-content: center;
    }
}

.mainarea {
    width: min(100%, 400px);
}

body {
    background-color: var(--haikei-iro);
}