.ptb {
    padding-top: clamp(3.75rem, 2.661rem + 4.84vw, 7.5rem);
	padding-bottom:clamp(3.75rem, 2.661rem + 4.84vw, 7.5rem)
}


.w_1400, .w_1600 {
    margin-left: auto;
    margin-right: auto;
    width: 92%;
}

.w_1400 {
    max-width: 1400px;
}

.p_b_40 {
    padding-bottom: clamp(1.25rem, .887rem + 1.61vw, 2.5rem);
}

.tc {
    text-align: center;
}

.public_module_title .title {
    padding-bottom: 20px;
}

.fz38 {
    font-size:30px;
	font-weight:bold;
}

.color3 {
    color: #333;
}

.public_module_title .text {
    line-height: clamp(1.5rem, 1.391rem + .48vw, 1.875rem);
    margin: auto;
    max-width: 968px;
}

.fz16 {
    font-size: 15px;
	
}

.fwr {
    font-family: "Graphik-Regular";
}

.fws {
    font-family: "Graphik-Semibold";
}

fieldset {
  margin: 0;
	display:none;
}

button, input, select, textarea {
    -webkit-appearance: none;
    background: none;
    border-radius: 0;
    border-width: 1px;
    font-size: 14px;
    margin: 0;
    outline: none;
    padding: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}

button, input, optgroup, select, textarea {
    font-feature-settings: inherit;
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    font-variation-settings: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}



.pro_del_form {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2
}
.pro_del_form:before {
	background-color: hsla(0,0%,96%,.97);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}
.contact_form_b form {
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	display:flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	width: 100%
}
.contact_form_b form .item {
	margin-bottom: 20px;
	margin-right: 20px;
	float:left;
	width: calc(50% - 10px)
}
.contact_form_b form .item:nth-child(2n) {
	margin-right: 0
}
.contact_form_b form .item input {
	background-color: #fff;
	border-color: rgba(0,0,0,.2);
	border-radius: 4px;
	color: #333;
	font-family: var(--fwr);
	font-size: 16px;
height:clamp(2.5rem, 2.284rem + .96vw, 3.125rem);
padding-left:clamp(.625rem, .409rem + .96vw, 1.25rem);
	width: 100%
}
.contact_form_b form .item input::placeholder, .contact_form_b form .item.textarea textarea {
color:#666;
font-family:var(--fwr);
font-size:16px
}
.contact_form_b form .item.textarea {
	margin-right: 0;
	width: 100%
}
.contact_form_b form .item.textarea textarea {
	background-color: #fff;
	border-color: rgba(0,0,0,.2);
	border-radius: 4px;
	height: clamp(7.5rem, 5.685rem + 8.06vw, 13.75rem);
padding:13px 0 0 clamp(.625rem, .409rem + .96vw, 1.25rem);
	resize: none;
	width: 100%
}
.contact_form_b form .item.submit {
	width: 100%
}
.contact_form_b form .item.submit .title {
	margin-bottom: 2.08vw
}
.contact_form_b form .item.submit input {
	background-color:#038859 ;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	font-family: var(--fwm);
	font-size: 20px;
	height: clamp(2.5rem, 1.956rem + 2.42vw, 4.375rem);
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	margin: auto;
	padding: 0;
	width: clamp(11.25rem, 10.343rem + 4.03vw, 14.375rem)
}



@media (max-width: 480px) {
  
	
	    .w_1400, .w_1600 {
        padding: 0 15px;
        width: 100% !important;
    }
	
	
	.public_module_title .text {
        line-height: 24px;
    }
	
	    .contact_form_b form .item {
        margin-right: 0;
        width: 100%;
    }
	
}