ご質問はこちらへ
boxが表示されない
\documentclass[a4paper,10pt,fleqn]{jreport}
\setlength{\oddsidemargin}{-5mm}
\setlength{\topmargin}{-20mm}
\setlength{\textwidth}{180mm}
\pagestyle{empty}
\usepackage{ulem}
\usepackage{paralist}
\usepackage{comment}
\usepackage{float}
\usepackage{color}
\usepackage{multicol}
\usepackage[dvipdfmx]{pict2e}
\usepackage{wrapfig}
\usepackage{graphicx}
\usepackage{bm}
\usepackage{url}
\usepackage{underscore}
\usepackage{colortbl}
\usepackage{tabularx}
\usepackage{fancyhdr}
\usepackage{cite}
\usepackage{otf}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{algorithmic}
\usepackage{ajmacros}
\usepackage{textcomp}
\usepackage[dvipsnames]{xcolor}
\usepackage[ipaex]{pxchfon}
\usepackage{tcolorbox}
\usepackage{ascmac}
\renewcommand{\rmdefault}{phv}
\renewcommand{\sfdefault}{phv}
\makeatletter
\renewcommand{\tableofcontents}{%
\@mkboth{\contentsname}{\contentsname}%
\@starttoc{toc}%
}
\makeatother
\setlength{\columnseprule}{0.2mm}
\begin{document}
\thispagestyle{empty}
\begin{center}
\vspace{20mm}
{\Large\noindent あいうえお}\\
\vspace{40mm}
{\Huge\noindent\underline{\textbf{かきくけこ}}}\\
\bigskip
{\huge\noindent\textbf{さしすせそ}}\\
\vspace{90mm}
\Large\noindent
{2022年1月31日}\\
\vspace{\baselineskip}
たちつてと \underline{なにぬねの}\\
レイアウト総括 \underline{はひふへほ
}\\
\vspace{\baselineskip}
\vspace{\baselineskip}
\normalsize{まみむめも \underline{やゆよ}}
\vspace{40mm}
\end{center}
\thispagestyle{empty}
\clearpage
\noindent{\centering{\textbf{\Huge{ 目 次}}}}\\
\vspace{6mm}
\begin{multicols}{2}
\tableofcontents
\end{multicols}
\pagestyle{fancy}
\lhead{\rightmark}
\renewcommand{\chaptermark}[1]{\markboth{第\ \normalfont\thechapter\ 章~~#1}{}}
\thispagestyle{empty}
\renewcommand{\abstractname}{使い方}
\begin{abstract}
らりるれろ
\end{abstract}
\pagestyle{fancy}
\part{わをん}
\chapter{あいうえお}
\section{かきくけこ}
\subsection{さしすせそ}
\begin{tcolorbox}[title=たちつてと]%具体的にはこのtcolorboxです。
なにぬねの
\end{tcolorbox}
\end{document}
誤った箇所をご指摘くだされば幸いです。
なお質問はこれが初めてなのですが、質問のガイドラインに反しているなどの無礼をはたらいてしまっている場合は、是非教えていただければありがたいです。
どうかよろしくお願いします。
tclorbox中におけるインデントについて
\end{pointbox}
禁則処理について
インテグラルのフォントを変えたい
tabularrayについて(さらに)

Mathematica で作成した図をLateX 文書に表示
目次のフォントの変更について
%%%%%%%%%%%%
%
% 目次の体裁を変えるためのパッケージ
%
\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