@charset "UTF-8";

.cotact-school p {
    font-size: calc(32/1440*100vw);
    font-weight: 700;
}
.contact-content:last-child .contact-input {
    height: calc(36/1440*100vw);
    padding-top: 0;
}

.radio-warp {
    display: flex;
    flex-direction: column;
    margin-right: calc(260/1440*100vw);

    align-items: self-start;
}

.br__sp {
    display: none;
}
@media (min-width:1441px) {
    .radio-warp {
        margin-right: 260px;
    }
}
@media (max-width:450px) {
    .cotact-school {
        p {
            font-size: calc(23/375*100vw);
        }
    }
    .contact-content:last-child .contact-input {
        height: calc(36/375*100vw);
    }
    .br__sp {
        display: inline;
    }
}