<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 LinkBuds css
=============================================*/
#contents h1 {
    border-bottom: none;
    padding: 0;
    margin-bottom: 1em;
}

#contents h1 img {
    width: 100%;
}

#contents h2.title {
    font-size: 1.25rem;
    border-bottom: 1px solid #2f353d;
    color: #2f353d;
    margin-top: 2em;
    padding-bottom: 0;
    padding-left: 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;
    margin-top: 10px;
}


@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>