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

/*===========================================
	spatial-sound css
=============================================*/

#contents section{
    margin: 4em 0;
}

#contents p{
	word-break: break-all;
}

#contents p,
#contents div,
#contents ul{
	margin-left: 1em;
}

#contents p + p{
	margin-top:1em;
}

#contents ul{
    padding-left: 0;
}

@media (max-width: 800px){
	#contents p,
	#contents div,
	#contents ul{
		margin-left: 0;
	}    
}

/* h1 h2 h3 */
#contents h1{
	font-size: 2.15rem;
    margin-bottom: 1em;
	padding: 0.3em 13px;
}

#contents h1.blue {
	border-bottom: 5px solid #00b0f0;
}

#contents section h2{
	font-size: 1.846rem;
	border-top: 5px double #333f50;
	border-bottom: 5px double #333f50;
	padding: 1.5rem 13px 0.8rem;
	margin-bottom: 1em;
}

#contents section h2.blue {
    border-top: 5px double #00b0f0;
    border-bottom: 5px double #00b0f0;
    background: #cceffc;
}

#contents section h3 {
    font-size: 1.25rem;
    border-left: 5px solid #333f50;
    line-height: 1.3;
    border-bottom: 1px solid #ececec;
    padding: .5em .5em;
    margin-bottom: 1em;
}

#contents section h3.blue{
	border-left: 5px solid #00b0f0;
    border-bottom: 1px solid #00b0f0;
}


@media screen and (max-width: 800px){
	#contents h1{
		font-size: 1.692rem;
		padding: 5px;
	}

	#contents section h2{
		font-size: 1.385rem;
		padding: 5px;
	}
}

/* list */
#contents ul{
	padding:0;
}

#contents ul.disc{
	list-style-type: disc;
}

#contents ul.none{
	list-style-type: none;
	margin-left: 0;
}

#contents ol{
	padding:0;
	margin-left:1em;
}

#contents li{
	margin-bottom:0.5em;
	margin-left:0;
}

#contents section &gt; ul{
	margin-left:1em;
}

#contents ul.disc,
#contents section &gt; ol{
	margin-left: 2.5em;
}

#contents p.disc{
	display: list-item;
	list-style-type: disc;
	margin-top: 0;
	margin-left: 1.5em;
}


@media (max-width: 800px){
	#contents section ul{
		margin-left: 0;
	}

	#contents ul.disc,
	#contents section ol{
		margin-left: 1.5em;
	}
}

/* link */
#contents .s5-linkV3.s5-linkV3--down:after {
    display: inline-block;
    content: '';
    background-image: url(/share5/svg/icon/angle-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: -.15em;
    margin: 0 0.5em;
}

/* Link button */
#contents .singleBtn{
	display: inline-block;
}

#contents .singleBtn.long{
	width: auto;
}

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

@media screen and (max-width: 800px){
	#contents .singleBtn{
		max-width: 450px;
		width: 100%;
		margin-left: 0;
	}
}

/*　btnlist　*/
#contents ul.btnlist li {
	list-style: none;
}

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

@media (min-width: 641px) {
    #contents ul.btnlist.long li a{
        width: 80%;
    }
}

@media (max-width: 800px) {
	#contents ul.btnlist li a {
		width: 100%;
	}
}


/* annotation */
#contents p.annotation,
#contents ul.annotation{
	font-size: 1rem;
	margin-left: 0;
}
#contents p.annotation,
#contents ul.annotation li{
	padding-left: 1em;
    text-indent: -1em;
}

#contents p + p.annotation{
	margin: 1em 0 1em 1em;
}

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

@media screen and (max-width: 800px){
	#contents p + p.annotation{
		margin: 0 0 1em 0;
	}
}

/* notice*/
#contents .notice_gray {
    border: 1px solid #767676;
    padding: 1em;
    margin-bottom: 2em;
}

#contents .notice_gray_b{
    background-color: #EBEBEB;
    border: 1px solid #999999;
    padding: 1em;
}

#contents .notice_gray_b &gt; ul.disc{
	margin-left: 1.5em;
}

#contents .notice_gray_b &gt; ol.disc {
    margin-left: 1.5em;
}

#contents .accent {
    color: #EE0000;
}

/* img */
#contents figure{
	text-align: center;
	margin: 1em 0;
}

#contents .pct {
    margin-top: 2em;
    margin-bottom: 1em;
}

#contents .photo{
	margin: 1em 0;
	text-align: center;
}

#contents .photo img {
	width: 540px;
}

#contents .photo.img_300 img {
	width: 300px;
}

#contents .flex img:not(.purple_arrow):not(.icon){
	width: 100%;
    max-width: 300px;
}

#contents img.purple_arrow{
	width: 58px;
	height: 38px;
}

#contents .border_img {
	border: 1px solid #959595;
    box-sizing: content-box;
}

#contents img.icon {
    vertical-align: middle;
    margin: 0px 4px;
}

@media screen and (max-width: 800px){
	#contents .notice_gray_b{
		margin-left: 5px;
	}
	
	#contents .photo img {
		width: 100%;
		max-width: 540px;
	}
	
	#contents .photo.img_300 img {
		width: 100%;
		max-width: 300px;
	}
	
	#contents .flex img:not(.purple_arrow):not(.icon),
    #contents figure img:not(.purple_arrow){
		width: 100%;
		height: auto;
        max-width: 290px!important;
	}
}
	

/* indexArea */
#contents .indexArea{
	display: table;
    width: 100%;
	margin-left: 1em;
}

#contents .indexArea p.left{
	background: #ccc;
	color: #000;
	font-size: 1.0769230769231rem;
    padding: 0.5em;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    width: 1.5em;
	text-align: center;
}

#contents .indexArea.blue p.left{
    border-top: #00b0f0 1px solid;
    border-bottom: #00b0f0 1px solid;
    border-left: #00b0f0 1px solid;
	background: #cceffc;
    font-weight: bold;
}

#contents p.tategaki {
    writing-mode: vertical-rl;
    letter-spacing: 0.5rem;
}

#contents .indexArea ul{
	border: 1px solid #ccc;
	padding: 1.5em 1em 1em 1.5em;
	list-style-type: none;
	margin: 0!important;
	width: 98%;
	box-sizing: border-box;
	height: 100%;
	background-color: #fff;
}

#contents .indexArea.blue ul{
	border-color: #00b0f0;
}

@media screen and (max-width: 800px){
	#contents .indexArea{
		margin-left: 0;
	}
}


/* stepArea */
#contents .stepArea{
	margin: 3em 0 2em 2em;
}

#contents .stepArea ol.stepList{
	list-style-type: none;
	counter-reset: square;
	margin-left: 1em;
	margin-bottom: 0;
}

#contents .stepArea ol.stepList &gt; li{
	margin-bottom: 3em;
}

#contents .stepArea ol.stepList &gt; li:last-child{
	margin-bottom: 0;
}

#contents .stepArea ol.stepList &gt; li:before {
	content: counter(square);
    counter-increment: square;
    color: #000;
    display: block;
    line-height: 24px;
    text-align: center;
    height: 24px;
    width: 24px;
    margin-right: -4px;
    font-weight: 700;
    float: left;
	background-color: #999;
}

#contents .stepArea ol.stepList &gt; li &gt; *{
	margin-left: 38px;
}

#contents .stepArea ol.stepList &gt; li &gt;p.lead{
	display: table-cell;
    margin: 0;
    font-weight: bold;
    padding-top: 3px;
    padding-left: 14px;
}

#contents .stepArea ol.stepList &gt; li &gt; ul.disc{
	padding-left: 1.5em;
}

#contents .stepArea ol.stepList span.square,
#contents span.square{
	background: #ccc;
    padding: 0 6px;
    margin: 0 4px;
    color: #000;
    font-weight: bold;
	vertical-align: text-top;
}

/* stepArea colorsetting */
#contents .stepArea ol.stepList.blue &gt; li:before,
#contents .stepArea ol.stepList span.square.blue,
#contents span.square{
	background-color: #cceffc;
    border: #00b0f0 1px solid;
}
#contents .stepArea{
    margin-left: 0;
}

/* flex */
#contents .flex{
	display: flex;
    justify-content: space-evenly;
    margin: 2em 5em;
	align-items: center;
}

/* tv_setting */
#contents .tv_setting {
    margin-top: 3em;
}

#contents .tv_setting caption {
    text-align: left;
}

#contents .tv_setting table th,
#contents .tv_setting table td {
    padding: 10px;
	border: 1px solid #ccc;
}

#contents .tv_setting table thead th {
    text-align: center;
    background: #e8e8e8;
}

#contents .tv_setting table thead th:first-child {
    width: 28%;
}

/* download */
#contents .download {
    text-align: center;
    margin-top: 1.5em;
    display: flex;
    justify-content: center;
    margin-left: 0 !important;
}
#contents .download .notice_gray {
    width: 76%;
}

#contents .download .notice_gray .border {
    width: 1px;
    background: #7f7f7f;
    height: 64px;
}

#contents .border_box {
    border: 1px solid #ccc;
	box-sizing: content-box;
}

#contents img.icon_window {
    padding-left: 0.25em;
}


@media screen and (max-width: 800px){	
	#contents .stepArea ol.stepList {
		margin-left: 0;
	}
	
	#contents .stepArea ol.stepList &gt; li &gt;p.lead {
		padding-top: 0;
	}
	
	#contents .stepArea ol.stepList &gt; li &gt; * {
		margin-left: 0;
	}
	
	#contents .flex {
		flex-direction: column;
		align-items: center;
		margin: 2em 0;
	}
	
	 #contents .download .notice_gray {
        width: 100%;
        box-sizing: border-box;
    }
    
    #contents .download .flex{
        flex-direction: column;
        margin-top: 1em;
    }
    
    #contents .download .flex .wrap{
        width: 100%;
        margin-bottom: 0;
    }
    
    #contents .download .notice_gray .border{
        display: none;
    }
    
    #contents .download .flex .wrap a{
        display: block;
        margin-top: 0;
    }
    
    #contents .download .flex .wrap img{
        max-width: 150px!important;
        height: auto;
    }
	
	#contents img.purple_arrow{
		transform: rotate( 90deg );
		display: block;
		margin: 1em auto;
	}
}
</pre></body></html>