@charset "UTF-8";

.mainContents {
    margin: 0 auto;
    width: 1016px;
}
.mainContents p {
    word-wrap: break-word;
    margin-top: 12px;
    line-height: 1.5;
}

.is-active {
    width: auto;
    height: auto;
    border-radius: 10px;
    text-align: center;
    padding: 10px 30px;
    background-color: rgb(111, 197, 255);
    display: block;
    text-decoration: none;
    color: white;
    margin: 0 auto;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 50%);
    border: none;
}

.is-inactive {
    width: auto;
    height: auto;
    border-radius: 10px;
    text-align: center;
    padding: 10px 30px;
    background-color: rgb(109, 109, 109);
    display: block;
    text-decoration: none;
    color: white;
    margin: 0 auto;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 50%);
    cursor: none;
}