<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
	================================================================================================
		/support/headphone/howto/sound-connect/ index.css
	================================================================================================
*/

#contents section{
    margin-bottom: 2em;
    margin-top: 4em;
}

#contents &gt; div,
#contents &gt; section &gt; div,
#contents &gt; dl,
#contents &gt; section &gt;dl{
	margin-left: 1em;
}

#contents h1 {
    margin-bottom: 1em;
    padding: 0.3em 13px;
}

#contents h1.green {
    font-size: 2.15rem!important;
    border-bottom: 5px solid #4d9936;
}

#contents span.green_line{
    color: #4d9936;
}

#contents section h2.title {
    border-top: 5px double #4d9936;
    border-bottom: 5px double #4d9936!important;
    background: rgb(77,153,54,0.2);
    padding: 1em 13px;
}

#contents section h3.title {
    border-left: 5px solid #4d9936;
    border-bottom: 2px solid #4d9936!important;
    font-size: 1.25rem!important;
	padding: 0.5em;
}

/*capArea*/
#contents .capArea{
	margin-left: 1em!important;
}

#contents .capArea ul{
	list-style-type: none;
	margin-left: 1em;
	margin-top: 0.5em;
}

#contents .capArea ul &gt; li &gt; p{
	margin: 0;
}

#contents section .capArea.flex {
    align-items: flex-start;
}

#contents .capArea.flex &gt; ul{
	list-style-type: none;
}

#contents .capArea.flex .textarea{
	margin-left: 1em;
}

#contents .flex{
    display: flex;
    justify-content: flex-start;
    margin: 2em auto;
    align-items: center;
}

#contents .flex.pct{
    justify-content: space-evenly;
}

#contents ol.step01 li{
	list-style-type: auto;
}

/*accordion*/
#contents .accordion {
    margin: 1em;
}

#contents .accordion button:hover {
    outline: none;
}

/*　btnlist　*/
#contents ul.btnlist{
    margin-top: 0.5em!important;
    margin-left: 1em;
}
#contents ul.btnlist li {
	list-style: none;
    margin-left: 0;
}

#contents ul.btnlist.inner li span.textLink{
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
    padding: 0 0 0 13px;
}

#contents ul.btnlist li a {
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	color: #000;
	padding: 0.7em 1em;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

#contents ul.btnlist.w_55 li a {
	width: 55%;
}

#contents ul.btnlist li a:hover,
#contents ul.btnlist li a:active,
#contents ul.btnlist li a:focus{
	text-decoration:none;
	color:#000;
	opacity:0.7;
}

#contents ul.btnlist li a span.textLink {
	background: url(/share/images/arrow_black.gif) no-repeat;
	background-position: 0 5px;
	margin-left: 0;
	display: inline-block;
	padding: 0 0 0 10px;
}

#contents ul.btnlist.inner li a span.textLink {
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
}

#contents ul.btnlist.flex{
	list-style: none;
	padding: 0;
    display: flex;
  	flex-wrap: wrap;
    margin-left: 0;
	justify-content: space-between;
}

#contents ul.btnlist.flex &gt; li{
    width: calc(50% - 5px);
    margin: 5px 0;
    padding: 0;
}

#contents ul.btnlist.flex &gt; li &gt; a{
	width: 100%;
}

/* singleBtn */
#contents .singleBtn {
    width: calc(100% - 1em);
    margin: 0.5em 1em;
}

#contents .singleBtn a {
	display: block;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	padding: 1em;
	color: #000;
	box-sizing: border-box;
}

#contents .singleBtn a:hover,
#contents .singleBtn a:active,
#contents .singleBtn a:focus{
	text-decoration:none;
	color:#000;
	opacity:0.7;
}

#contents .singleBtn.inner{
	width: 8em;
	padding: 0;
}

#contents span.textLink{
	padding-left:1em;
	display: inline-block;
	background: url(/share/images/arrow_black.gif) no-repeat;
    background-position: 0 5px;
    margin-left: 0;
    padding: 0 0 0 10px;
} 

#contents span.textLink.inner{
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
}

#contents img.pc_arrow1{
	width: 58px !important;
	height: 38px;
}

#contents img.borderLine {
    border: 1px solid #767676;
    padding: 0;
}

#contents .annotation{
	padding-left: 1em;
    text-indent: -1em;
}

#contents .mt13{
	margin-top: 13em;
}

#contents .w450 {
    width: 45%;
}

@media (max-width: 640px){
    #contents h1.green {
		font-size: 1.692rem!important;
		padding: 5px;
    }
	
	#contents h2 section {
		margin-top: 1em;
	}
        
	#contents .flex{
		flex-direction: column;
		margin:0 auto 1em;
        align-items: center;
	}
    
    #contents img:not(.purple_arrow):not(.icon):not(.icon_window){
		width: 100%;
		height: auto;
        max-width: 320px;
	}
	
	#contents .capArea.flex .textarea{
		margin: 1em 0 0;
	}
	
	#contents .capArea &gt; ul {
		margin-left: 0;
		margin-bottom: 0;
	}
	
	#contents .capArea{
		margin-left: 0!important;
	}
    
    #contents section .capArea.flex {
        align-items: center;
    }
	
	#contents .capArea &gt; ul &gt; li{
		margin-bottom: 2em;
        margin-left: 0;
	}
	
	#contents .capArea &gt; ul &gt; li:last-child{
		margin-bottom: 0;
	}

	#contents .capArea &gt; ul &gt; li &gt; dl dt,
	#contents .capArea &gt; ul &gt; li &gt; p:first-child{
		text-indent: -3em;
		padding-left: 3em;
	}

	#contents .capArea &gt; ul &gt; li &gt; dl dd,
	#contents .capArea &gt; ul &gt; li &gt; p.annotation,
	#contents .capArea &gt; ul &gt; li &gt; .singleBtn{
		margin-left: 3em;
	}
	
	#contents .accordion {
		margin: 1em 0;
	}
	
	#contents .accordion button{
		font-size: 1.1rem;
	}
	
	#contents ul.btnlist{
		margin-left: 0;
	}
	
	#contents ul.btnlist.flex{
		margin-top: 3em;
	}
	
	#contents ul.btnlist.flex &gt; li {
		width: 100%;
	}
    
    #contents ul.btnlist li a,
	#contents ul.btnlist.w_55 li a{
        width: 100%;
    }
    
    #contents img.pc_arrow1{
		transform: rotate( 90deg );
		display: block;
		margin: 1em auto;
	}
	
	#contents .singleBtn {
		width: 100%;
		margin: 0.5em 0;
	}
	
	#contents .mt13{
		margin-top: 0;
	}
	
	#contents .w450 {
		width: auto;
	}
}

@media (max-width: 345px){
#contents h1.green {
        font-size: 1.5rem!important;
    }
}

/* listArea */
#contents div.listArea{
	overflow:hidden;
	margin-left:1em;
	padding-bottom:1em;
	width:100%;
	height:1316px;
}

#contents div.left_img{
	display:inline-table;
	width:46%;
	float:left;
}

#contents div.textArea{
	display:inline-table;
	width:44%;
}

#contents div.textArea ul{
	list-style:none;
	position:relative;
}

#contents div.textArea ul li.abslt{
	position:absolute;
}

#contents div.textArea ul li a.btn_area{
	display: inline-block;
    padding: 0.5em;
	margin:0.2em 0 1em 0;
	color:#000;
    width: 100%;
	box-sizing: border-box;
}

#contents div.textArea .listtitle {
    font-weight: bold;
	margin-bottom: 0;
}

#contents div.textArea ul.disc {
    list-style: disc;
    margin-left: 20px !important;
}

#contents div.textArea ul li img,
#contents div.textArea ul li p img{
	display:none;
}

#list1{
	top:10px;
}
#list2{
	top:120px;
}
#list3{
	top:320px;
}
#list4{
	top:475px;
}
#list5{
	top:655px;
}
#list6{
	top:795px;
}
#list7{
	top:950px;
}
#list8{
	top:1080px;
}
#list9{
	top:1145px;	
}
#list10{
	top:1240px;
}


#contents div.textArea ul li p,
#contents div.textArea ul li &gt; ul{
	margin-left:0 !important;
}

#contents div.textArea ul li p{
	margin-bottom:0.3em;
}

#contents ul.btn_area li, #contents a.btn_area {
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    background: url(/support/headphone/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
}

#contents ul.btn_area li a span, #contents a.btn_area span {
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
    padding: 0 0 0 13px;
    margin: 0 0.5em 0 1em;
    display: inline-block;
}

@media (max-width: 640px){

	#contents div.listArea{
		height:auto;
		margin-left:0;
	}

	#contents div.left_img{
		width:100%;
		float:none;
		margin: 1em 0 2em 0;
		text-align:center;
	}

	#contents div.textArea{
		width:100%;
	}

	#contents div.textArea ul{
		display: inline-block;
		margin-left:1em;
	}

	#contents div.textArea &gt; ul &gt; li{
		margin-bottom:2em;
	}

	#contents div.textArea ul li p{
		display: inline-block;
		width: 80%;
		margin: 0 0.5em 1em 0 !important;
	}

	#contents div.textArea ul li.abslt{
		position:static;
		margin-left: 0;
	}

	#contents div.textArea ul li img{
		display: inline;
		float: left;
		padding-right: 1em;
	}
	
	#contents div.listArea .left_img {
		display: none;
	}
	
	#contents div.textArea ul li img.mqonly {
		margin-bottom: 10px;
	}
}


/* modal */
#contents .modalArea{
	margin-left: 0;
}
#contents button.btn_area {
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    background: url(/support/headphone/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	display: inline-block;
    padding: 0.5em;
    margin: 0.2em 0 1em 0;
    color: #000;
    width: 100%;
	box-sizing: border-box;
}

#contents button .Button_text {
    background: url(/share/images/arrow_black.gif) no-repeat;
    background-position: 0 5px;
    margin: 0 0.5em 0 1em;
    padding: 0 0 0 10px;
	text-align: left;
}


@media (max-width: 414px){
	
	#contents .modalArea button img{
		width: 60% !important;
		height: auto;
	}
	#contents .modalArea .capArea.flex{
		margin: 10px 0 0 0;
	}
	#contents .modalArea .capArea.flex img{
		width: 56%;
		height: auto;
	}
	
	#contents .modalArea .capArea .textarea{
		margin-top: 10px;
		font-size: 0.875rem;
	}
}

@media (max-width: 320px){
	#contents .modalArea .capArea .textarea{
		font-size: 0.813rem;
	}
}

/* 2025/04/14 追記 */
#contents span.inline {
	display: inline;
}

</pre></body></html>