<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 HT-AX7 css
=============================================*/
#contents .top{
	background-image: url("/support/active-speaker/howto/ht-ax7/images/index_top_pct.png");
	background-position: center;
	background-repeat: no-repeat;
	max-width: 950px;
	margin: 0 auto 2em;
	width: 100%;
	height: 300px;
    display: flex;
	flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
}

#contents .top h1{
	color: #000;
    margin: 0;
    text-shadow: 1px 1px 4px #FFF, -1px -1px 4px #FFF, -1px 1px 4px #FFF, 1px -1px 4px #FFF, 0px 1px 4px #FFF, 0-1px 4px #FFF, -1px 0 4px #FFF, 1px 0 4px #FFF;
}

#contents .top h1 span.series{
	padding: 0;
	display: block;
    font-size: 3rem;
	text-align: center;
}

#contents .top h1 span.title{
	margin: 0;
	padding: 0.2em 1em 0;
	display: block;
    border-top: #000 solid 2px;
    border-bottom: none;
    font-size: 3rem;
    text-align: center;
}

@media screen and (max-width: 640px){
	#contents .top{
        background-size: cover;
		height: 150px;
	}
	#contents .top h1 span.series{
        margin: 0 1em;
        font-size: 1.5em;
    }

    #contents .top h1 span.title{
        font-size: 1.5em;
    }
}

/*
@media screen and (max-width: 470px){
	#contents .top{
        background-size: contain;
	}
    
    #contents .top h1 span.title {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 400px){
    #contents .top h1 span.series{
        margin: 0 0.5em;
        font-size: 1em;
    }
    
    #contents .top h1 span.title {
        font-size: 1.1em;
    }
}
*/

#contents h2.title {
    font-size: 1.25rem;
    border-bottom: 1px solid #2f353d;
    color: #2f353d;
    margin: 2em 0 1em;
    padding: 0;
}

#contents h2.t-flex{
    display: flex;
    align-items: center;
}

#contents span.icon img{
    vertical-align: middle;
}

#contents span.icon img.img01{
    margin: 0 0.5em 0.3em;
}

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

#contents ul.list-flex li{
    width: 220px;
    margin: 0 15px 1.5em;
}

#contents ul.list-flex a{
    display: inline-block;
}

#contents ul.list-flex a:hover{
    opacity: 0.5;
    color: #000;
}

#contents ul.list-flex a span.textLink {
    background: url(/support/share/images/arrow_black.gif) no-repeat;
    background-position: 0 6px;
    padding-left: 0.8em;
    display: inline-block;
}


@media (max-width: 640px){
	#contents ul.list-flex{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
        
    #contents ul.list-flex li{
    width: 220px;
    margin: 0 0 2em;
    }
    
    #contents ul.list-flex a span.textLink{
    margin-top: 0;   
    }
}    </pre></body></html>