@charset "UTF-8";

#access iframe{
    min-height: 240px;
    width: 100% !important;
    height: 100% !important;
}

.error {
    padding: 8px 0 0 4px;
    color: #f4321e;
    margin-bottom: 0;
}
.contactSubmit{
    position: relative;
    background-color: #3fadd2;
    color: #ffffff;
    border: none;
    border-radius: 0.4rem;
    width: 320px;
    text-align: center;
    letter-spacing: 0.2rem;
    font-weight: 500;
    margin-bottom: 0;
    display: block;
    padding: 1em 0.5em;
    font-family: "IBM Plex Sans JP", sans-serif;
}
.form-column{
    display: flex;
    flex-direction: column;
}
.mwform-tel-field{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
