@charset "UTF-8";


header .header-copy{
    width: 100%;
    max-width: 600px;
    padding-top: 10px;
}
@media (max-width: 850px){
    header .header-copy{
        max-width:250px;
    }
}
header .header-copy img{
    width: 100%;
    max-width: 100%;
}
header > div {
    padding-bottom: 10px;
}

.send-btn input[type="submit"]{
    background: #0098e0;
    color: #fff;
    font-size: clamp(16px, 2vw, 18px);
    width: 20%;
    padding: 10px;
    border: 0;
    margin: 10px;
    min-width: 100px;
    border-radius: 4px;
    cursor: pointer;
}
.send-btn input[type="submit"]:hover{
    opacity: .6;
}


.form-mail{
    margin-bottom: 8px;
}

.form-tell{
    width: 25% !important;
}