<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-AN7 css
=============================================*/
#contents .top{
	background-image: url("/support/active-speaker/howto/ht-an7/images/index_top_pct.png");
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto 2em;
	width: 100%;
	height: 340px;
}

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

#contents .top h1 {
	display: flex;
    align-items: center;
    justify-content: center;
}

#contents .top h1 span.series{
	padding: 0.5em 1em;
    display: block;
    font-size: 2.8rem;    
    line-height: 1.1;
	text-align: right;
}

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

@media screen and (max-width: 1085px){
	#contents .top h1 span.series,
	#contents .top h1 span.title {
		font-size: 2rem;  
	}
}

@media screen and (max-width: 640px){
	#contents .top{
        background-size: cover;
		height: 150px;
	}
	#contents .top h1 span.series{
        margin: 0 0.5em;
		padding: 0;
        font-size: 1.2rem;
        text-align: left;        
    }

    #contents .top h1 span.title{        
        padding: 0.2em 0.5em;
		font-size: 1.3rem;
        text-align: left;
        border-left: #000 solid 3px;
    }
}

#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;
	padding-left: 0;
}

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

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

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


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