@charset "utf-8";
.main-title-box h2 {
        text-align: center;
}

.select-box select {
        width: 40%;
        padding: 1rem;
        color: #555555;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        appearance: none;
}

.button-box {
        text-align: center;
}

.main-container #formWrap input[type="reset"] {
        cursor: pointer;
        width: 45%;
        padding: 1.5rem 3rem;
        background-color: #9cca54;
        font-size: 1.8rem;
        color: #ffffff;
        text-align: center;
        border-radius: 8px;
        text-decoration: none;
        border: solid 1px #ffffff;
        margin: 40px auto 20px;
        font-family: 'Kiwi Maru', serif;
        box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
}

@media screen and (max-width: 768px) {
        
.main-container #formWrap input[type="reset"] {
        width: 100%;
        margin: 1rem auto;
}
}