<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 */

/*===========================================
	howto srs-ns7 css
=============================================*/

#contents section#show_hide .tabArea ul.three_tab li.active{
	background-color: rgba(189, 183, 174, 0.16);
	border-bottom: none;
}

#contents .stepArea ol.stepList &gt; li &gt; ol{
	margin-left: calc(38px + 1.5em);
	margin-top: 2em;
}

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

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

#contents .stepArea ol.stepList &gt; li &gt; .Gray{
	width: calc(100% - 38px);
}

#contents figure figcaption{
	text-align: left;
	margin: 10px 0;
}

#contents figure figcaption.center{
	text-align: center !important;
}

#contents figure figcaption.right{
	text-align: right !important;
}

#contents table.tbl_charge{
	width: 90%;
	text-align: center;
	margin: auto;
	border: 1px solid #eee;
}

#contents table thead th{
	border: 1px solid #ccc;
	padding: 10px 0;
}

#contents table thead th:first-child{
	width: 50%;
}
#contents table tbody th,
#contents table tbody td{
	border: 1px solid #ccc;
	padding: 0 10px;
}

#contents table td figure{
	margin: 1em auto;
    width: 90%;
}

#contents table td figure figcaption{
	margin: 0;
	font-size: 0.929rem;
	text-align: center;
}

#contents table td figure .flex{
	margin-bottom: 5px;
}

#contents .tv_setting table th,
#contents .tv_setting table td{
    padding: 10px;
}

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

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

#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;
}

@media (min-width: 641px){
    #contents .flex.center{
        justify-content: center;
    }
    
    #contents .flex.center &gt; .pc_arrow1{
        padding: 0 10px;
    }
}

@media (max-width: 640px){
	
	#contents .stepArea ol.stepList &gt; li &gt; ol{
		margin-left: 1.5em;
	}
    
	#contents .flex.top figure{
		margin: 0 auto !important;
	}
    
    #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;
        height: auto;
    }
	
	#contents table td figure img :not(.purple_arrow){
		max-width: 90px;
		height: auto;
	}
}

@media (max-width: 380px){
	#contents .stepArea ol.stepList &gt; li .detailArea figure img,
	#contents .notice_gray_b ul li .photo img{
		max-width: 264px;
	}
	
}


/* ============================
	ontentsB 
================================*/


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