@charset "UTF-8";

/*
	================================================================================================
		support headphone/howto/pairing-cancel index.css
	================================================================================================
*/

#contents .stepArea {
    margin-left: 0;
    margin-top: 2em;
    list-style: none;
}

#contents .list_number img.txt-top {
    vertical-align: text-top !important;
}

#contents .list_number > img {
    margin-right: 1em;
}

#contents .section_inner {
    margin-left: 3em;
    margin-right: 1em;
}

#contents .section_inner img {
    margin: 1em;
}

#contents .list_number {
    font-weight: bold;
	display: table;
}

#contents .stepArea .list_number span {
    display: table-cell;
}

#contents .stepArea > li {
    margin-bottom: 2em;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 2em;
}

#contents .accordion.type_3 button + div {
	background-color: unset;
}

#contents .icon_top {
    vertical-align: text-top;
}

@media screen and (max-width: 640px) {
	#contents .stepArea {
		padding-left: 0;
	}
	
	#contents .section_inner img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
}