@charset "utf-8";
/* CSS Document */

/*===========================================
	howto tv common css
=============================================*/

#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;
}


/* h1 h2 h3 */
#contents h1{
	font-size: 1.75rem;
	border-bottom: 2px solid #2f353d;
	padding: 5px 14px;
	margin-bottom: 1em;
}

#contents h1 ~ p{
    margin-left: 1em;
}

#contents section h2{
	font-size: 1.25rem;
}

#contents section h2.title{
    margin-bottom: 1em;
    border-bottom: #666666 solid 1px;
	padding: 5px 14px;
}


@media screen and (max-width: 640px){
	#contents > div,
	#contents > section > div,
	#contents > dl,
	#contents > section >dl{
		margin-left: 0;
	}
	#contents h1{
		font-size: 1.692rem;
		padding: 5px;
	}
	
	#contents h1 ~ p{
		margin-left: 5px;
	}

	#contents section h2{
		font-size: 1.385rem;
		padding: 5px;
	}
    #contents section h2.title{
        padding-left: 5px;
    }
    
    #contents h2 + p {
        margin-left: 5px;
    }
    
}

/* list */

#contents ul{
	padding:0;
}

#contents ul.disc{
	list-style-type: disc;
}

#contents ul.none{
    list-style-type: none;
}


#contents ol{
	padding:0;
	margin-left:1em;
}

#contents li{
	margin-bottom:0;
	margin-left:0;
}

#contents ul.txtlink li{
	margin-right: 0;
    float: none;
}

#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;
}

@media (max-width: 640px){
	#contents section ul{
		margin-left:0;
	}

	#contents ul.disc,
	#contents section ol{
		margin-left:2em;
	}
}

/* link */

#contents a.textLink{
    background-position: 0 6px;
	display: inline-block;
	margin: 0.5em;
}

#contents ul.txtlink{
	margin-left:1.5em;
}

#contents ul.txtlink.inner > li{
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
}

#contents span.textLink{
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	background-position:0 6px;
	padding-left:1em;
}

#contents span.textLink.inner{
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
}

@media (max-width: 640px){

	#contents ul.txtlink{
		margin-left:0.5em;
	}
}

/* annotation */
#contents p.annotation,
#contents ul.annotation{
	margin-left:1em;
}

#contents ul.annotation{
	list-style-type: none;
}

#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;
}

@media screen and (max-width: 640px){
	#contents p.annotation,
	#contents ul.annotation{
		margin-left:0.5em;
	}
}

/* notice*/

#contents .notice_gray {
    border: 1px solid #CCCCCC;
    padding: 1.2em 1em 0.5em;
    margin-bottom: 2em;
}

#contents .notice_gray > *,
#contents .notice_gray_b > *{
	margin-left: 0;
	margin-bottom: 0;
}

#contents .notice_gray_b{
    background-color: #EBEBEB;
    border: 1px solid #999999;
    padding: 1em;
}

#contents .notice_gray_b > ul.disc{
	margin-left: 1.5em;
}

/* button */
#contents ul.btnlist{
    list-style-type: none;
    margin: 2em 0;
}

#contents ul.btnlist > li{
    margin-bottom: 10px;
}

#contents ul.btnlist > li a,
#contents .singleBtn a{
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	color: #2f353d;
	padding-left: 10px;
	display: flex;
    align-items: center;
	box-sizing: border-box;
    height: 54px;
}

#contents ul.btnlist > li a span.textLink,
#contents .singleBtn a span.textLink{
	background: url(/share/images/arrow_black.gif) no-repeat;
	background-position: 0 8px;
	margin-left: 0;
	display: inline-block;
	padding: 0 0 0 10px;
    font-size: 14.625px;
}

#contents ul.btnlist li a:hover,
#contents ul.btnlist li a:active,
#contents ul.btnlist li a:focus,
#contents .singleBtn a:hover,
#contents .singleBtn a:active,
#contents .singleBtn a:focus{
	text-decoration:none;
	color:#2f353d;
	opacity:0.7;
}


@media (max-width: 640px) {
	#contents ul.btnlist li a,
    #contents .singleBtn a{
		width: 100%;
	}
	#contents .notice_gray_b > ul.disc{
		margin-left: 1em;
	}

}

#contents .flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

#contents span.link_out {
    background: url(/support/share/images/icon_blank.gif) no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding: 9px 0 0;
    vertical-align: baseline;
    *vertical-align: middle;
    width: 11px;
    margin-left: 3px;
    margin-right: 3px;
}

#contents img.icon{
	display: inline-block;
	vertical-align: middle;
	padding: 0 2px;
}

@media (max-width: 372px){
    .s5-container {
        min-width: 300px;
    }
    .mod-mainContentContainer {
        padding: 0;
    }    
}

/* 2022/12/09追記 */
#contents .bnr_area{
    display: flex;
    justify-content: space-between;
    margin-left: 1em;
    list-style: none;
}

@media (max-width: 640px){
    #contents .bnr_area{
        flex-direction: column;
        margin-left: 0;
    }
    
    #contents .bnr_single img {
        width: 300px;
    }
}


/* 2023/10/03追記 */
#contents ol.step {
	margin-left: 1.5em;
}

#contents ol.step li{
	margin-bottom: 4em;
}

#contents ol.step li:last-child{
	margin-bottom: 0;
}

#contents ol.step .pct{
	margin: 2em 0;
}

#contents ol.step .pct img{
	width: 450px;
}

#contents ol.step span.annotation {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 1em;
    text-indent: -1em;
}

@media (max-width: 640px){
	#contents ol.step .pct img{
		width: 100%;
		max-width: 450px;
	}
}
