@charset "utf-8";

.applicationTxt {
    margin: 0 auto 20px;
}

.applicationCaution {
    max-width: fit-content;
    margin: 0 auto 20px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.applicationCaution p {
    position: relative;
    padding: 0 0 0 0.75rem;
}

.applicationCaution p::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width:768px) {

    .applicationTxt {
        text-align: center;
    }

}

@media screen and (min-width:1024px) {

    .applicationTxt {
        margin: 0 auto 40px;
    }

    .applicationCaution {
        margin: 0 auto 40px;
        font-size: 12px;
    }

}