
@charset "utf-8";
/* CSS Document */


.soudanBox{background: none; padding:30px 0 0}
.soudanBox{color: #242424}
.soudanBox .sub{text-shadow: none; padding: 0px 0 30px}
.kijiBox .soudanBox li{list-style: none}
.soudanBox .att{text-shadow: none; }

.formno{display: none}

/*--------------------------------------------------------------------

contact

--------------------------------------------------------------------*/
.pageBox h2{    text-align: center;
    border-bottom: 1px #cd8a8a solid;
    padding-bottom: 30px;
    margin-bottom: 30px; font-size: clamp(1rem, 0.625rem + 1.88vw, 1.375rem)
}

.w100 input.text3 {
    width: 20%;
}
.w100 input{  width:100%;vertical-align: middle;  border-radius:3px; border:1px solid #CDCDCD;
padding:16px 10px; font-size:16px; box-sizing: border-box}
.error{ display: block; color:red}
textarea{ box-sizing: border-box; padding:16px 10px;  width:98%;border-radius:3px; border:1px solid #CDCDCD; font-size:16px; height:400px; line-height:1.6em;overflow:auto;}

.bottnBox button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size:18px;
	background: #0425aa; font-weight:700;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	letter-spacing: 1px;
	padding: 20px 40px;
	text-transform: uppercase;border-radius: 180px;
	width:auto

}

.bottnBox button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */	
}

.bottnBox{ text-align:center}



@media screen and (max-width: 639px) {


.bottnBox button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size:16px;
	background: #0425aa;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	letter-spacing: 1px;
	padding: 20px 40px;
	text-transform: uppercase;
	width:80%;
	margin:0 auto 15px; border-radius: 180px
}
.ftbtn{display: none}




}



