.fz152 {
    margin: 20px 0 0 30px;
    display: flex;
    justify-content: center;
    width: 300px;
    
}

.fz152_check {

    width: 50px;
    height: 50px;
    background: #F8FFFF;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    outline: none;
    border: none;
   
     display: inline-block;
     border: 0;
    outline: 0;

}

.fz152_name {
    width: 250px;
   
   padding-left: 5px;
    
}

.fz152_name h3 {
font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

.kkinput_textarea {
    width: 300px;
    height: 150px;
    background: #F8FFFF;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    outline: none;
    border: none;
    border: solid 1px #f2f2f2;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
     display: inline-block;
}