/*flow*/
@media screen and (min-width: 768px) {
.su-u-trim{height:250px;}	
}


/*contactform7*/

.contactform dl {
padding: 15px 0;
/*border-bottom: 1px solid #ccc;*/
}

.contactform dt {
padding-bottom: 5px;
}

.contactform dd {
margin-left: 0;
}

.submitBtn{text-align:center;}

.inputbtn{
font-weight: 400;
color: #fff;
background-color:#CC0A20;
border:none;
border-radius:5px;
padding: 15px 40px;
}

.inputbtn:hover {
background-color:#ff7f7f;}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], select, textarea {
    border: 1px solid #D4E8E6;
    border-radius: 3px;
	   width: 100%;	
}


@media screen and (min-width: 768px) {
.contactform dt {
clear: left;
float: left;
width: 20%;
}
.contactform dd {
margin-left: 23%;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], select {width: 50%;}
textarea {width: 100%;}
}



/*print*/
@media print {
 a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }

/*.elementor-location-header,.post-ttl,.elementor-location-footer,sp-footer{
        display: none;
    }*/
.h2,p{
    font-size: 80%;
}

html{
    height:1000px!important;
}

body {
        zoom: 1.8;
        width: 1200px;
        transform: scale(0.5);
        transform-origin: 0 0;
    }
}
