\end{pointbox}
tclorbox中におけるインデントについて
\end{pointbox}
%%%%%%%%%%%%
%
% 目次の体裁を変えるためのパッケージ
%
\usepackage{tocloft}
% 目次の表題を、largeサイズ, 太字, 中央寄せに変更
\renewcommand{\cfttoctitlefont}{\hfill\Large\textrm}
\renewcommand{\cftaftertoctitle}{\hfill\null}
% 表題の上下の調整幅をなくす
\renewcommand{\cftbeforetoctitleskip}{0pt}
\renewcommand{\cftaftertoctitleskip}{30pt}
\usepackage{titlesec}
%目次の中身の体裁を修正
\usepackage{titlesec}
\titleformat{\chapter}% command
[block]% shape
{\bfseries\large}% format
{Chapter \thechapter:}% label
{0.5em}% sep
{\centering}% before-code
\titlespacing{\chapter}
{0pt}% left
{18pt}% before-sep
{6pt}% after-sep
\titleformat{\section}% command
[block]% shape
{\textrm\normalsize}% format
{\thesection}% label
{0.5em}% sep
{}% before-code
\titlespacing{\section}
{0pt}% left
{18pt}% before-sep
{6pt}% after-sep
\titleformat{\subsection}% command
[block]% shape
{\textit\normalsize}% format
{\thesubsection}% label
{0.5em}% sep
{}% before-code
\titlespacing{\subsection}
{0pt}% left
{18pt}% before-sep
{6pt}% after-sep
\titleformat{\subsubsection}% command
[block]% shape
{\bfseries\normalsize\slshape}% format
{\thesubsubsection}% label
{0.5em}% sep
{}% before-code
\titlespacing{\subsubsection}
{0pt}% left
{18pt}% before-sep
{6pt}% after-sep