@charset "UTF-8";


/*===========================================
	/support/tv/net/amazon/index.css
=============================================*/

#contents ul li.bnr_single {
    list-style: none;
}

#mainCntArea .contentsArea h2.step {
    margin: 1em 0;
    font-size: 1.1rem;
}

#mainCntArea .contentsArea h2.step span {
    margin-left: 0.5em;
}

#contents img.notice_gray {
    border: 1px solid #767676;
}

p.fin {
    font-size: 1.1rem;
}

.colum2-right760 .section {
    font-size: 0.8rem;
}

.colum2-right760  h1.title {
    font-size: 1.15rem;
}

#contents h2.title {
    font-size: 1.1rem;
}


/* accordion */
#contents button.Gray {
    text-align: left;
}

#contents .Gray span {
    font-size: 0.85rem;
}

@media (max-width: 640px){
	#contents .linkBtn a span.textLink {
		font-size: 0.8rem;
	}
}

/* 20230421 */

#contents .rightImage .txt {
    width: 70%;
}

#contents .rightImage {
    display: flex;
    padding: 1em 0 1em 1em;
    justify-content: space-between;
}

@media screen and (max-width: 640px) {
	 #contents .rightImage.wide {
		display: flex;
		padding: 1em;
		flex-direction: column-reverse;
	}
	
	#contents .rightImage.wide .txt {
		width: auto;
	}
	
	#contents .rightImage.wide img {
		margin: 0 auto 20px;
		display: block;
	}
}


/* 20230914 */
#contents .rightImage {
    display: flex;
    padding: 1em 0;
    justify-content: space-between;
    align-items: flex-start;
}

#contents .rightImage .txt {
    width: 70%;
}

#contents .indexArea {
    display: table;
    width: 95%;
    margin: 1em 0 3em 1em;
}

#contents .indexArea p.left {
    background: #000;
    font-size: 14px;
    padding: 0.5em;
    margin: 0;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 1.5em;
    text-align: center;
}

#contents .indexArea.lavender p.left {
    color: #fff;
    font-weight: bold;
}

#contents .indexArea ul {
    border: 1px solid #000;
    padding: 1.5em 1em 1em 1.5em;
    list-style-type: none;
    margin: 0 !important;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    background-color: #fff;
}

#contents .indexArea ul.txtlink {
    background: none;
}

#contents .indexArea {
    border-bottom: 0;
}

#contents ul.inner li {
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
    padding: 0 0 0 13px;
}

#contents section > ul {
    list-style: none;
}

#contents section ul.inner {
    list-style: none;
}

#contents section {
    margin-bottom: 3em;
}


a.s5-linkV3 {
    display: inline-block;
}

#contents .title span.red {
    margin-right: 0.5em;
}

#contents section > ul.disc {
    list-style: disc;
}

#mainCntArea ul.disc > li {
    padding-left: 0;
}

#contents a:hover, a:active {
    outline: 0;
}

ul.annotation {
    font-size: 0.9em;
}

#contents h2.title {
    font-size: 1.07rem;
    border-bottom: 1px solid #343434;
}

#contents h3.step {
    font-size: 1.07rem;
    margin-bottom: 1em;
}

#contents .step span.red {
    margin-right: 0.5em;
}

@media screen and (max-width: 640px) {
	#contents .rightImage {
		flex-direction: column-reverse;
		align-items: center;
		padding-left: 0;
	}
	
	#contents .rightImage .txt {
		width: 100%;
		margin-top: 1.5em;
	}
	
	#contents .indexArea {
		width: 100%;
		margin-left: 0;
	}
}

/* 2024/02/26 */
.section {
    font-size: 0.8rem;
}


/* 20241218 */
#contents ul.disc {
    list-style: disc;
}
