My code follow:
\documentclass{book}
\usepackage{tikz}%
\usetikzlibrary{decorations.text,calc,arrows.meta}%
\usepackage{tikz-qtree}%
\usepackage{adjustbox}
%\usepackage{showframe}
\begin{document}
\begin{adjustbox}{max width=\textwidth}
\begin{tikzpicture}%\scriptsize
\Tree [.{CP} [.{C} ] [.{} [.{C} ] [. \node[label={right:{\bf
\hspace*{2in} Properties of assertions}}]{}; [.{C} ] [.
\node[label={right:{$\Leftarrow$ {\scshape Anchoring} to d
($\pm${\scshape Index})}] }]{TP}; [.{T} ] [.{} [.{Asp} ]
[.\node[label={right:{\bf \hspace*{1.5in} Spatiotemporal
properties}}]{}; [.{Asp} ] [. \node[label={right:{$\Leftarrow$
{\scshape Champollion Closure }($\exists$e) } }]{AspP}; [.{Asp} ]
[. \node[label={right:{$\Leftarrow$ {\scshape Introduction of
quotation operator} } }]{EvtP}; [.{Evt} ] [ [.{Evt} ]
[.\node[label={right:{\bf \hspace*{1in} Symbolic event
concepts}}]{}; [.{Evt} ] [.{$\ldots$} ] ] ] ] ] ] ] ] ] ] ]
\draw (3,-10) to [bend left = 40] (10,-7) ;
\draw (-1, -7) to [bend left = 40] (6, -4) ;
\end{tikzpicture}
\end{adjustbox}
\end{document}
It works well and the output shown below:
But in this, please see the roundshape marked portion, that bend should come before the text EvtP, I've tried, but couldn't, any one suggest the way how to do it...
Please see the image after apply your code:
Below suggestion is working fine for my requirement, but if the branch doesn't have contents then there should not be gap, refer the attached image for clearence:
Please suggest how to achieve this?




(E) -- (S)in the beginning did not specify the angle, therefore the two arcs were drawn in a slightly different angle. Please see my edited answer. – jakun Nov 22 '17 at 10:29