
    .input_cc{
        border-radius: 5px ;
        height: 40px;
        background: #f9f8f8;
        border: 2px solid #e4e4e2;
        width: 80%;
    }
    .input_name{
        margin-top:10px ;
    }
    .message_cc{
        width: 100%;
        height: 700px;
    }
    .message_cc form{
        width: 100%;
        height:100%
    }
    .input_cc textarea{
        border: none;
        outline: none;
        width: 100%;
        padding-left: 10px ;
        background: #f9f8f8;
        height:121px
    }
    .input_cc input{
        padding-left: 10px ;
        width: 100%;
        height: 100%;
        background: #f9f8f8;
        border: none;
        outline: none;
    }
    .right_contents {
      padding: 0px 0px 15px 0px;  
    }
    .input_name:last-child .input_cc{
        height: 125px;
    }
    .input_submit{
        margin-top: 30px;
    }
    .input_submit button{
          border-radius: 5px ;
          border: 2px solid #e4e4e2;
    }

.input_submit button{
   width: 100px;   
   height: 28px;
}
.message_ttile{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}