@charset "utf-8";
/* CSS Document */

#contents h2 {
    border-left: 5px solid #2475d0;
    line-height: 1.3;
    padding: 0.5em 0.5em;
    margin-bottom: 1em;
	font-size: 1.25rem;
}

#contents h3 {
    border-bottom: 2px solid #2475d0;
	padding: 0.3em 0.5em;
    margin-bottom: 1.5em;
	font-size: 1.18rem;
}

#contents h4 {
    background: #4675C8;
    color: #FFFFFF;
    padding: 0.5em; 
    margin: 1.5em 0 1em;
	font-size: 1.077rem;
}

#contents h5 {
    margin: 1em 1em 0.5em;
}

#contents .introductionArea {
	border-bottom: 5px solid #2475d0;
	margin: 0 0 3em 1em;
}

#contents .introductionArea .txt p {
	float: left;
}

#contents .introductionArea .txt img {
	float: right;
	margin: 3em;
}

#contents .introductionArea .nav {
	display: inline-block;
    width: 63%;
}

#contents nav.indexArea {
	border-bottom: none;
	margin-left: 1em;
}

#contents nav.indexArea p.left {
    background: #4675C8;
    writing-mode: tb-rl;
    letter-spacing: 4px;
    height: auto;
}

#contents section {
    margin-left: 1em;
}

#contents section > section {
    margin-left: 0;
}

#contents ul.txtlink.inner li {
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
    padding: 0 0 0 13px;
	margin-right: 0;
}

#contents section > ul {
    margin-left: 2.5em;
}

#contents .nodisc{
	list-style: none;
	margin-left: 1em;
}

#contents section > dl dd{
	margin-left: 0;
}

#contents span.annotation{
	display: block;
	padding-left: 1em;
    text-indent: -1em;
}

.s5-linkV3:after {
    display: inline-block;
    content: '';
    background: url(/share5/svg/icon/angle-right.svg) no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    height: 0.6em;
    width: 0.6em;
    margin: -0.15em 0.4em 0;
}

.s5-linkV3:hover, .s5-linkV3:focus, .s5-linkV3:active {
    color: #34568e;
}

#contents .b_style{
	font-weight: bold;
}

#contents .linkBtn a:hover, #contents .linkBtn a:active, #contents .linkBtn a:focus,
#contents .btnList a:hover, #contents .btnList a:active, #contents .btnList a:focus{
    opacity: 0.7;
    outline: auto;
    outline-color: black;
	text-decoration: none;
}

@media (max-width: 640px){
	#contents > * {
		word-break: break-all;
	}
	
	#contents h3 {
		padding: 0.3em 0;
	}

	#contents h5 {
		margin: 1em 0.5em;
	}
	
	#contents .introductionArea {
		margin: 0 0 3em;
	}
	
	#contents .introductionArea .txt img {
		float: none;
		display: block;
		text-align: center;
		margin: 2em auto;
	}
	
	#contents .introductionArea .nav {
		width: 100%;
	}

	#contents nav.indexArea {
		margin: 0;
		width: 100%;
	}
	
	#contents section {
		margin-left: 0;
	}
	
	#contents section > ul {
		margin-left: 2em;
	}
	
	#contents .nodisc{
		margin-left: 0.5em;
	}
	
	#contents section > dl {
		margin-left: 0;
	}
	
	#contents .convenient{
		margin-left: 0;
	}
}