.elementor-380 .elementor-element.elementor-element-1640665{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-4e7a34e */label,
input{
    font-family: "Zen Kaku Gothic New", Sans-serif!important;
    font-size:16px ;
}

#contact-form-wrap .elementor-widget-shortcode{
    width: 100%;
}

.submit_btn input {
    width: 100%;
    background: #333;
    transition: 0.5s;
}

.submit_btn input:hover {
    opacity: 0.5;
    transition: 0.5s;
    background: #333;
}

#contact-form-wrap .wpcf7 input[type="checkbox"] {
    border: 1px solid #333;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 28px;
    height:28px;
    top: 2px;
    border-radius: 100px;
    position: relative;
}

#contact-form-wrap .wpcf7 input[type="checkbox"]:checked {
    background: #C61823;
}

#contact-form-wrap .wpcf7 input[type="checkbox"]:before {
    position: absolute;
    top: 48%;
    left: 27%;
    /* transform: rotate(50deg); */
    transform: rotate(50deg) translate(-50%, -50%);
    width: 7px;
    height: 12px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: '';
}

.wpcf7-list-item {
    margin: 0 1em 1em 0;
}

#contact-form-wrap .wpcf7 input[type="checkbox"]:checked,
#contact-form-wrap .wpcf7 input[type="checkbox"]:hover:checked,
#contact-form-wrap .wpcf7 input[type="checkbox"]:focus:checked{
    background: #333!important;
}

.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea {
    border: 1px solid #333;
}

.wpcf7-list-item label{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}/* End custom CSS */