/* ----------------------------------------------------
 main
----------------------------------------------------*/

#main {
	margin-top: 20px;
}

#main a {
	color: #000099;
}
#main a:hover {
	color: #000099;
	text-decoration: underline;
word-break: break-all;
}

/* ----------------------------------------------------
 infoBox
----------------------------------------------------*/

.infoBox_t {
	margin-top:15px;
}
.infoBox_t ul {
	margin-left:30px;
	list-style:disc;
}

/* ----------------------------------------------------
 linkAr
----------------------------------------------------*/
.linkAr, .linkAr02, .icoLink {
	background: none;
	padding: 0;
	position: relative;
	padding-left: 1em;
}
.linkAr::before, .linkAr02::before, .icoLink::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	color: #ff0000;
	display: inline-block;
	font-size: 1.2em;
	line-height: 1;
	position: absolute;
	top: 10px;
	left: 0;
	margin-top: -0.4em;
}
.linkAr._black::before {
	color: #000;
	top: 11px;
}

/* ----------------------------------------------------
 table
----------------------------------------------------*/
.tbl01 {
	width: 100%;
	border:1px solid #808080;
	margin-top:15px;
}
.tbl01 th {
	padding:5px;
	border:1px solid #999999;
	background-color:#dcdcdc;
	veritcal-align:middle;
	text-align:center;
}
.tbl01 td {
	padding:5px;
	border:1px solid #999999;
	vertical-align:middle;
}
.tbl01 .cell_01 {
	background-color:#dcdcdc;
	font-weight:bold;
}
.tbl01 td dd {
	float: left;
	margin-right: 1em;
}

.w_25per{
width:25%;}

/* ----------------------------------------------------
 informationWrap
----------------------------------------------------*/

#informationWrap {
	padding: 0;
}
#informationWrap #information, #informationWrap .infoBox {
	margin: 0;
}
#informationWrap h3 {
	padding:0 15px 5px 15px;
	font-size:1.1em;
	font-weight:bold;
	border:0;
	border-bottom:4px solid #ccc;
	margin-top:15px;
}
/* ----------------------------------------------------
 mainContentWrap
----------------------------------------------------*/

.mainContentWrap {
	padding: 10px 10px 20px 10px;
}
.mainContentWrap .note01 a, .mainContentWrap .note02 a {
	color: #000099;
	word-break: break-all;
}
.mainContentWrap .note01 a:hover, .mainContentWrap .note02 a:hover {
	text-decoration: underline;
}
.mainContentWrap .note01 {
	padding:15px 0;
}
.mainContentWrap .note02 {
	padding:15px;
}
.mainContentWrap .note03 {
	padding-left:3.5em;
	margin-bottom:15px;
}

/* ----------------------------------------------------
   テキスト『1.2.3…』 
---------------------------------------------------- */
.listFlow01 {
	margin-left:10px;
	padding-top:10px;
}
.listFlow01 li {
	padding-bottom:5px;
	padding-left:0 !important;
	background:none !important;
	list-style-type:decimal !important;
}
/* ----------------------------------------------------
 リスト 
 ---------------------------------------------------- */

.list_nub li {
	padding-left:0 !important;
	background:none !important;
	list-style-type:decimal !important;
}
ol.parentheses1 {
	margin-top:10px;
}
ol.parentheses1 li {
	list-style-type: none;
	counter-increment: cnt;
}
ol.parentheses1 li::before {
	content: "(" counter(cnt) ")";
	display:inline-block;
	margin-left:-2.3em; /* サイトに合せて調整 */
	width: 2.3em; /* サイトに合せて調整 */
}
/* ----------------------------------------------------
	TextIndent
---------------------------------------------------- */
.txt_indent {
	padding-left:1.3em;
	text-indent:-1.3em;
}
.txt_indent01 {
	text-indent: -2em;
	padding-left: 2em;
}
.txt_indent02 {
	display: block;
	text-indent: -2.3em;
	padding-left: 2.3em;
}
.txt_indent03 {
	display: block;
	text-indent: -2.5em;
	padding-left: 2.5em;
}
.txt_indent04 {
	display: block;
	text-indent: -7.3em;
	padding-left: 7.3em;
}
.txt_indent05 {
	display: block;
	text-indent: -2.8em;
	padding-left: 2.8em;
}
.txt_indent06 {
	display: block;
	text-indent: -3.2em;
	padding-left: 3.2em;
}
/* ----------------------------------------------------
	タイトル
---------------------------------------------------- */
.Chapter {
	text-align:center;
	font-weight:bold;
	margin-top:30px;
	font-size:120%;
}
.Article {
	font-weight:bold;
	margin-top:20px;
}
 @media only screen and (max-width: 767px) {
.mainContentWrap {
	padding-left:0px;
	padding-right:0px;
}
.mainContentWrap .note01, mainContentWrap .note02 {
	padding:10px 0px;
}
.Chapter {
	font-size:110%;
}
.listFlow01 {
	margin-left:5px;
}

.tbl01 th,.tbl01 td{
font-size:95%}
}

