#popup-may-sub{
    font-size: 16px;
    z-index: 12;
    --gray: #838383;
}
#popup-may-sub,
#popup-may-sub .popup-overlay {
    width: 100%;
    height: 100%;
}
#popup-may-sub .popup-overlay{
    background-color: rgba(0,0,0,.66);
}
#popup-may-sub .popup-content{
    width: 640px;
    max-height: 100%;
    height: 538px;
    align-self: center;
}
#popup-may-sub .popup-content .popup-close{
    top: 0;
    right: 0;
    padding: 19px 16px;
}
#popup-may-sub .may-default {
    padding: 0 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	background-image: url(../../../images/23/may/sub/form-back.jpg);
	background-image: -webkit-image-set(url("../../../images/23/may/sub/form-back.jpg") 1x, url("../../../images/23/may/sub/form-back@2x.jpg") 2x);
}
#popup-may-sub .button{
    width: 285px;
    height: 69px;
    margin-top: 19px;
    font-size: 1.8125em;
    border-width: 4px;
}
#popup-may-sub .may-form form{
    width: 450x;
    margin-top: 16px;
}
#popup-may-sub .form-field {
    padding: 8px 7px;
    flex-basis: 50%;
    flex-grow: 1;
}
#popup-may-sub .form-field input,
#popup-may-sub .form-field select{
    font-size: 0.9375em;
    height: 42px;
    background-color: #fff;
    width: 100%;
    text-indent: 15px;
    border-radius: 5.5px;
}
#popup-may-sub .form-field select{
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) center;
	background-image: url(../../../images/23/may/sub/down-arrow.png);
	background-image: -webkit-image-set(url("../../../images/23/may/sub/down-arrow.png") 1x, url("../../../images/23/may/sub/down-arrow@2x.png") 2x);
    background-size: 13px 9px;
}
#popup-may-sub .form-field select.selected,
#popup-may-sub .form-field input{
    color: var(--black);
}
#popup-may-sub .form-field select,
#popup-may-sub .form-field ::placeholder{
    opacity: 1;
    color: #bbbbbb;
}
#popup-may-sub .form-action [type="submit"].button[disabled]{
    opacity: 0.8;
    cursor: not-allowed;
}
#popup-may-sub .may-thanks {
    padding: 0 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	background-image: url(../../../images/23/may/sub/thanks-back.jpg);
	background-image: -webkit-image-set(url("../../../images/23/may/sub/thanks-back.jpg") 1x, url("../../../images/23/may/sub/thanks-back@2x.jpg") 2x);
}

@media screen and (min-width:1200px){
}
@media screen and (max-width: 991px){
}
@media screen and (max-width: 567px){
    #popup-may-sub{
        z-index: 99;
    }
    #popup-may-sub .popup-content{
        width: 375px;
        height: 550px;
    }
    #popup-may-sub .popup-content .popup-close{
        padding: 8px 15px;
    }
    #popup-may-sub .button{
        width: 226px;
        height: 45px;
        margin-top: 28px;
        font-size: 1.125em;
    }
    #popup-may-sub .may-form form{
        margin-top: 24.5px;
    }
    #popup-may-sub .form-row{
        flex-direction: column;
    }
    #popup-may-sub .form-field{
        padding: 5.5px 0;
    }
    #popup-may-sub .form-field input,
    #popup-may-sub .form-field select{
        height: 37px;
    }
    #popup-may-sub .button{
        margin: 23px 0 0;
    }
}
@media screen and (max-width: 414px) and (max-height: 700px){
}