@charset "utf-8";

.txt-caution {
    margin-top: 3.75rem;
}

.txt-caution p{
    font-size: 1rem;
    text-indent: -1em;
    padding-left: 1em;
}

.txt-caution div {
    display: flex;
    justify-content: center;
    margin-bottom: 0.3rem;
    font-size: 1rem;
 }

.item {
    font-weight: bold;
}

.cauton-title {
    margin-bottom: 0.75rem;
    margin-right: 0.2rem;
    font-weight: bold;
    font-size: 1.25rem;
    white-space: nowrap;
}

.txt-cautionB {
    margin-top: 1.25rem;
    font-weight: bold;
    font-size: 1rem;
}

.error {
    display: flex;
    justify-content: center;
}

.error p{
    font-size: 1rem;
    word-break: break-all;
    overflow-wrap: break-word;
}

.code_detail {
    text-align: center;
}

.red {
    font-size: 0.8rem;
    margin-top: 0.2rem;
}