#content-main div.filed p{
	letter-spacing: -1px;
}
#content-main div.filed span{
	display:block;
    word-spacing: 2px;
}
#content-main div.filed span.wordeig{
	word-spacing: 4px;
    letter-spacing: -2px;
}
#content-main div.filed span.wordtwo{
	word-spacing: 5px;
    letter-spacing: -2px;
}
#content-main div.filed span.wordfour{
    letter-spacing: -2px;
    word-spacing: 3px;
}
#content .introduction div.text {
    position: unset;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 223px;
    z-index: unset;
}
/*#content .introduction div.text .filed{
    position: relative;
    width: 100%;
    height: auto;
    padding: 40px 46px;
    border: 20px solid #efc52a;
    z-index: unset;
}
*/
#content .introduction div.text .filed {
    position: relative;
    width: 98%;
    height: auto;
    padding: 46px 52px;
    /*border: 20px solid #efc52a;*/
    z-index: unset;
    margin-bottom: 45px;
}

#content .introduction div.text:before {
    content: '';
    position: absolute;
    top: 95px;
    right: 0px;
    width: 100%;
    height: 177px;
    background: #efc52a;
    z-index: -1;
}
#content .introduction div.info {
	margin-top: 85px;
}