.cu-form {
    background: #F6F5FB;
}

.cu-form-title {
    text-align: center;
    font-size: 4.5rem;
    margin-bottom: 2rem;
    font-weight: bold;
}

.cu-form-form {

}

.cu-form-form .row input {
    flex: 1;
    font-size: 21px;
    width: 100%;
    padding: 1rem;
    margin: .5rem;
    border: none;
    border-radius: 0.6rem;
}

.cu-form-form .row textarea {
    flex: 1;
    font-size: 21px;
    width: 100%;
    padding: 1rem;
    margin: .5rem;
    border: none;
    border-radius: 0.6rem;
}

.cu-form-content form input {
    flex: 1;
    font-size: 21px;
    width: 100%;
    padding: 1rem;
    margin: .5rem;
    border: none;
    border-radius: 0.6rem;
}

.cu-form-content form textarea {
    flex: 1;
    font-size: 21px;
    width: 100%;
    padding: 1rem;
    margin: .5rem;
    border: none;
    border-radius: 0.6rem;
}

.cu-form-content form input[type="submit"] {
    background: #05004E;
}

.cu-form-content form input[type="submit"], .cu-form-form-button {
    font-size: 1.75rem;
    color: white;
    padding: 1rem 3rem;
    border-radius: .8rem;
    border: none;
    flex: 1;
    margin: .5rem;
    cursor: pointer;
    text-align: center;
}

.cu-form-content form .wpcf7-form-control-wrap.your-name {
    width: 48%;
    display: inline-block;
    margin-right: 2%;
}

.cu-form-content form .wpcf7-form-control-wrap.your-tel {
    width: 50%;
    display: inline-block;
}
.cu-info-left, .cu-info-right {
    flex: 1;
}

.cu-info-title {
    font-size: 3.5rem;
    margin-bottom: 2rem;
    font-weight: bold;
}

.cu-info-content * {
    font-size: 1.5rem;
    font-weight: bold;
}

.cu-info-content > div {
    margin-bottom: 1.5rem;
}

.cu-info-subtitle-content {
    color: #666666;
}

.cu-info-subtitle-content a:hover {
    color: #0A246A;
}

.cu-info-right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cu-map {
    height: 400px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
    background: grey;
}

a.cu-form-form-button {
    font-size: 1.75rem;
}