@charset "utf-8";

#contents h1 {
	font-size: 1.5rem;
	margin-top: 30px;
}
#contents .title {
	border-bottom: 2px solid #6b6b6b;
	color: #2f353d;
	margin-bottom: 1em;
}

#contents h2.title {
	font-size: 1.25rem;
	border-bottom: 1px solid #2f353d;
	color: #2f353d;
}

#contents .fltRight {
	float: right;
	margin-bottom: 1.5em;
	padding-right: 30px;
}

#contents .contentsArea{
	width: 92%;
}

#contents section{
	margin-bottom: 2em;
	margin-top: 3em;
}

#contents p{
	word-break: break-all;
	margin: 0;
}

#contents h2.title ~ p{
	margin-left: 1em;
}

#contents > div,
#contents > section > div,
#contents > dl,
#contents > section >dl{
	margin-left: 1em;
}

#contents section div > p,
#contents section div > div,
#contents section div > span,
#contents section div > dl{
	margin-left: 0;
}

#contents p + p{
	margin-top:1em;
}

/* list */

#contents ul{
    list-style-type: none;
	margin-left: 0;
	padding:0;
}

#contents ul.disc{
	list-style-type: disc !important;
}

#contents h2 + ul.disc{
	margin-left: 2em;
}

#contents ol{
	margin: 0;
	padding:0;
}

#contents ol li{
    margin-bottom: 1em;
}

#contents li{
	float: none;
	margin-left: 0;
}

#contents ul.txtlink li{
	margin-right: 0;
}

#contents section > ul{
	margin-left:1em;
}

#contents ul.disc,
#contents section > ol{
	margin-left:3em;
}

#contents dl,
#contents dl dt,
#contents dl dd{
	margin:0;
	padding:0;
}

#contents section > dl{
	margin-left: 1em;
}

#contents dl dt{
	margin-bottom: 0.5em;
	font-weight: 700;
}
#contents dl dd{
	margin-bottom: 1.5em;
}

/* link */

#contents a.textLink{
    background-position: 0 6px;
	display: inline-block;
	margin: 0.5em 0 0.5em 1.5em;
}

#contents ul.disc > li > a.textLink{
	margin: 0 0 1em 0.5em;
}

#contents section > p + a.textLink{
    margin-left: 2.5em;
}

#contents ul.txtlink{
	margin-left:1.5em;
}

#contents ul.txtlink.inner > li,
#contents a.textLink.inner{
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
    margin-bottom: 5px;
}

#contents span.textLink{
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	background-position:0 6px;
	padding-left:1em;
	display: inline-block;
}

#contents span.textLink.inner{
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
}


/* annotation */
#contents p.annotation,
#contents ul.annotation{
	margin-left:1em;
}
#contents p.annotation,
#contents ul.annotation li{
	padding-left: 1em;
    text-indent: -1em;
}

#contents ul.annotation li{
    margin-left: 0;
}

#contents p + p.annotation{
	margin-top:0.5em;
}

/* notice*/

#contents .notice_gray {
    margin-bottom: 2em;
	margin-left: 1em;
    border: 1px solid #CCCCCC;
    padding: 1.2em 1em 0.5em;
}

#contents .notice_gray_b{
    background-color: #EBEBEB;
    padding: 20px;
	margin: 1.5em 0 1.5em 1em;
}

#contents .notice_gray_b > ul.disc{
	margin-left: 1.5em !important;
}


@media (max-width: 640px){
    #contents section > section,
    #contents p,
	#contents > div,
	#contents > section > div,
	#contents > dl,
	#contents > section >dl,
	#contents h2.title ~ p{
		margin-left: 0;
	}
	
	#contents h1{
		font-size: 1.692rem;
		padding: 5px;
	}
	#contents section h2{
		font-size: 1.385rem;
		padding: 5px;
	}
    #contents section h3{
        margin-left: 0;
    }
	#contents ul.disc,
	#contents section ol{
		margin-left:1.5em;
	}
	
	#contents li{
		margin-left: 0;
	}

	#contents ul.txtlink{
		margin-left:0.5em;
	}
	#contents p + a.textLink{
		margin-left: 0.5em;
	}
	#contents p.annotation,
	#contents ul.annotation{
		margin-left:0.5em;
	}
	#contents .notice_gray_b{
		margin-left: 5px;
        margin-right: 5px;
	}
	#contents h2 + ul.disc{
		margin-left: 1.5em;
	}
}

#contents .flex{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-direction: row;
	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
	justify-content: space-around;
	-ms-flex-pack: distribute;
	margin: 2em auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 640px) {
	#contents .flex{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

/*indexArea*/
#contents .indexArea{
	display: table;
	width: 100%;
	margin: 2em 0 3em 0;
}

#contents .indexArea p.left{
	display: table-cell;
	width: 1.5em;
	height: 100%;
	margin: 0;
	padding: 0.5em;
	background: #000;
	font-size: 1.077rem;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

#contents .indexArea nav{
	padding: 1.5em 1em 0.5em;
	border: 1px solid #000;
}
#contents .indexArea ul{
	list-style-type: none;
	width: 100%;
	margin: 0 !important;
	box-sizing: border-box;
	background-color: #fff;
}

#contents ul.txtlink.inner li{
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
	padding: 0 0 0 13px;
}

#contents .operationList ol{
	margin-left: 1em;
}

#contents .operationList ol > li{
	margin-left: 1em;
	padding-left: 5px;
}

#contents .operationList ol > li::marker {
	font-weight: bold;
}
#contents .operationList ol > li p.lead{
	display: inline-block;
	margin-left: 0;
	margin-bottom: 0.5em;
	font-weight: bold;
	vertical-align: top;
}

#contents .operationList ol > li > ul.disc{
	margin-left: 2em;
}
#contents .operationList ol > li > ul.disc > li span{
	display: inline-block;
	margin-bottom: 5px;
}


@media (max-width: 640px) {
	#contents h1 {
		margin-top: 0;
	}
	#contents .contentsArea{
		width: 100%;
	}
	#contents .operationList ol,
	#contents .operationList ol > li > ul.disc{
		margin-left: 1em;
	}

	
}
