@charset "utf-8";
/* CSS Document */

#contents section{
	margin-top: 3em;
	margin-bottom: 2em;
}

#contents section > section > section{
	margin-top: 0;
}

#contents dl > dd > p,
#contents div > p{
	margin: 0;
}

#contents p > span{
	display: inline-block;
}
#contents .flex{
	display: flex;
	justify-content: space-between;
}

#contents .singleBtn{
	display: block;
	margin: 10px 0;
	padding: 0.7em 1em;
	border: solid 1px #CCCCCC;
	box-sizing: border-box;
	background: url(/support/share/images/bg_mod-linkButton.jpg) ;
	background-size: contain;
	border-radius: 5px;
	color: #000;
}

#contents .pct{
	margin: 1em;
	display: block;
}

#contents .flex .pct{
	margin: 0 0 0 1em;
}

#contents ul.disc > li > p{
	margin-left: 0;
}
/*-----------------------------------
 .indexArea
-----------------------------------*/
#contents .indexArea{
	display: table;
	width: calc(100% - 1em);
	margin-top: 2em;
	padding-bottom: 2em;
	margin-left: 1em;
}

#contents .indexArea p.left{
	display: table-cell;
	width: 1.5em;
	margin: 0;
	padding: 0.5em;
	background: #3569eb;
	color: #fff;
	font-size: 14px;
	text-align: center;
	writing-mode: tb-rl;
	vertical-align: middle;
}

#contents .indexArea .index_list_wrap{
	margin: 0 !important;
	width: 100%;
	padding: 1.5em 0 0 1em;
	border: 1px solid #3569eb;
	box-sizing: border-box;
	background-color: #fff;
}

#contents .indexArea .index_list_wrap > a.textLink{
	margin-left: 0;
}
#contents .indexArea ul{
	list-style-type: none;
	margin-left: 10px;
}

#contents ul.txtlink.inner li,
#contents .indexArea .index_list_wrap > a.textLink.inner{
	margin-right: 0;
	padding: 0 0 0 13px;
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
}

#contents section h3.title {
	margin-bottom: 1em;
	margin-left: 7px;
	padding: 0.5em 0.5em;
	border-left: 5px solid #3569eb;
	border-bottom: none;
	font-size: 1.077rem;
	line-height: 1.3;
}

#contents section h4.title {
	margin-left: 1.5em;
	padding-left: 5px;
	border-bottom: 1px solid #3569eb;
	background-color: #fff;
	font-size: 1em;
}

#contents dl.os_type {
	margin-top: 2em;
}
#contents dl.os_type dt{
	font-weight: bold;
	margin-top: 1.5em;
}

#contents .notice_gray_b{
	padding-top: 1em
}

#contents .notice_gray {
	border: 1px solid #CCCCCC;
	padding: 1.2em 1em 0.5em;
	margin-bottom: 2em;
}

#contents .notice_gray_b > dl dt,
#contents .notice_gray > dl dt{
	font-weight: bold;
}

#contents dl dd > ol{
	margin-left: 1.5em;
}

#contents .annotation{
	padding-left: 1em;
	text-indent: -1em;
	display: inline-block;
}

@media (min-width: 641px){
	#contents section h3.title ~ p,
	#contents section h3.title ~ dl,
	#contents section h3.title ~ div,
	#contents section h4.title ~ p,
	#contents section h4.title ~ dl,
	#contents section h4.title ~ div{
		margin-left: calc(1.5em + 5px);
	}
	
	#contents section h3.title ~ ul.disc{
		margin-left: 3em;
	}
	#contents .singleBtn{
		width: 465px;
	}

	#contents ul.disc + p.annotation{
		margin-left: 2.75em;
	}

}

@media (max-width: 640px){
	#contents .indexArea{
		width: 100%;
		margin-left: 0;
	}
	#contents section h3.title,
	#contents section h4.title{
		margin-left: 0;
	}
	#contents p{
		margin-left: 0;
		margin-right: 0;
	}

	#contents ul.disc{
		margin-left: 1.75em !important;
	}
	
	#contents .flex{
		flex-direction: column;
	}
	#contents .singleBtn{
		width: 100%;
		max-width: 450px;
	}
	#contents dl.os_type {
		margin-left: 0;
	}
	
	#contents ul.txtlink{
		margin-left: 0.5em;
	}
	#contents .flex .pct {
		margin: 1em auto;
	}
	
	#contents ul.disc + p.annotation{
		margin-left: 1.5em;
	}
	
	#contents .pct.mq_img img{
		width: 100%;
	}
	
	#contents section ol{
		margin-left: 1.5em;
	}
	
	#contents section ol li > .pct.mq_img{
		margin: 1em 0;
	}
}

.js-breadcrumbs-local{
	word-break: break-all;
}