/* ----------------------------------------------------
 main
----------------------------------------------------*/

#main {
	margin-top: 20px;
}
#main a {
	color: #000099;
}
#main a:hover {
	color: #000099;
	text-decoration: underline;
	word-break: break-all;
}
/* ----------------------------------------------------
 informationWrap
----------------------------------------------------*/

#informationWrap {
	padding: 0;
}
#informationWrap #information, #informationWrap {
	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;
}
/* ----------------------------------------------------
infobox
----------------------------------------------------*/

#infoBox {
	margin-top: 20px;
}
#infoBox .index_t {
	margin-left:20px;
	margin-top:20px;
}
#infoBox .index {
	margin-left:20px;
}
#infoBox a {
	color: #000099;
}
#infoBox a:hover {
	color: #000099;
	text-decoration: underline;
	word-break: break-all;
}

/* ----------------------------------------------------
notice
----------------------------------------------------*/


#notice{
	margin-top: 20px;
margin-bottom:50px;
}

#notice h3 {
	padding:0 15px 5px 15px;
	font-size:1.1em;
	font-weight:bold;
	border:0;
	border-bottom:4px solid #ccc;
	margin-top:15px;
}

#notice a {
	color: #000099;
}
#notice a:hover {
	color: #000099;
	text-decoration: underline;
	word-break: break-all;
}



/* ----------------------------------------------------
 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;
}
/* ----------------------------------------------------
 内容
----------------------------------------------------*/

.detail a, .note02 a {
	color: #000099;
	word-break: break-all;
}
.detail a:hover, .note02 a:hover {
	text-decoration: underline;
}
.detail {
	padding:15px 10px;
}
/* ----------------------------------------------------
   テキスト『1.2.3…』 
---------------------------------------------------- */

.detail ol {
	padding-left:25px;
}
.listFlow01 {
	padding-top:10px;
}
.listFlow01 li {
	padding-bottom:5px;
	padding-left:0 !important;
	background:none !important;
	list-style-type:decimal !important;
}
/* ----------------------------------------------------
 かっこ付き数字
 ---------------------------------------------------- */

ol.parentheses1 {
	margin-top:10px;
	padding-left:35px;
}
ol.parentheses1 li {
	list-style-type: none;
	counter-increment: cnt;
}
ol.parentheses1 li::before {
	content: "(" counter(cnt) ")";
	display:inline-block;
	margin-left:-2.1em;
	width: 2.1em;
}

/* ----------------------------------------------------
	番号　→  かっこ付き数字
---------------------------------------------------- */
li ol.parentheses2 {
	margin-top:10px;
	padding-left:35px;
}
li ol.parentheses2 li {
	list-style-type: none!important;
	counter-increment: cnt;
}
li ol.parentheses2 li::before {
	content: "(" counter(cnt) ")";
	display:inline-block;
	margin-left:-2.1em;
	width: 2.1em;
}

/* ----------------------------------------------------
	 かっこ付き数字　→　リスト・
---------------------------------------------------- */

li .dot_01{
padding-left:0px;}


li .dot_01 li{
counter-increment: none!important;
margin-left:1em;
content:normal;
}

li .dot_01 li::before {
 content:"・";
width:1em; 
margin-left:-1em;}

/* ----------------------------------------------------
	かっこ付き数字→　○数字　→リスト・
---------------------------------------------------- */

li .dot_02{
padding-left:0px;}

li .dot_02 li{
counter-increment: none!important;
margin-left:2.5em;
content:normal;
}

li .dot_02 li::before {
 content:"・";
width:1em; 
margin-left:-1em;}

/* ----------------------------------------------------
	リスト・
---------------------------------------------------- */

.dot_03{
padding-top:10px;}


.dot_03 li{
padding-left:1em;
text-indent:-1em;}


.dot_03 li::before {
 content:"・";}





/* ----------------------------------------------------
	TextIndent
---------------------------------------------------- */
.txtInd_parentheses {
	padding-left:2em;
	text-indent:-2em;
}
.txtInd01 {
	padding-left:1em;
	text-indent:-1em;
}

.txtInd01_r1 {
	padding-left:1em;
	text-indent:-1em;
	margin-left:1em;
}

.txtInd01_5 {
	padding-left:1.5em;
	text-indent:-1.5em;
}
.txtInd01_5 span {
	padding-right:0.5em;
}

.txtInd01_5_2 {
	padding-left:1.5em;
	text-indent:-1.3em;
}
.txtInd01_5_2 span {
	padding-right:0.5em;
}


/* ----------------------------------------------------
	章
---------------------------------------------------- */
.Chapter {
	text-align:center;
	font-weight:bold;
	margin-top:30px;
	font-size:120%;
}
/* ----------------------------------------------------
	条
---------------------------------------------------- */
.Article {
	font-weight:bold;
	margin-top:20px;
}
/* ----------------------------------------------------
	余白（カッコ数字）
---------------------------------------------------- */
.mr05 {
	margin-right:0.5em;
}
.mr09 {
	margin-right:0.9em;
}
.Company {
	margin-left:20px;
	margin-top:10px;
	margin-bottom:5em;
}
.fnt105_b {
	font-size:105%;
	font-weight:bold;
	padding-left:1em;
	text-indent:-1em;
	margin-top:20px;
}
/* ----------------------------------------------------
	image hover
---------------------------------------------------- */
.img01 img {
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
}
.img01 img:hover {
	opacity: 0.5;
}
 @media only screen and (max-width: 767px) {
#infoBox .index_t {
	margin-left:10px;
	margin-top:10px;
}
#infoBox .index {
	margin-left:10px;
}
/* ----------------------------------------------------
	章
---------------------------------------------------- */
.Chapter {
	font-size:110%;
}
/* ----------------------------------------------------
   テキスト『1.2.3…』 
---------------------------------------------------- */
.listFlow01 {
	margin-left:0px;
}
/* ----------------------------------------------------
   内容 
---------------------------------------------------- */
.detail {
	padding:10px 0px;
}
}
