<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media all and (min-width: 641px) , print {
	
	/* COMMON */
    
    /* INDEX */
	body#faq-index #title{
		background-image: url(../images/faq/title-bg.jpg);
	}
    
	body#faq-index .faq-list &gt; li{
        margin-bottom: 40px;
    }
	body#faq-index .faq-list .q-box{
    }
	body#faq-index .faq-list .q-box h3{
        margin-bottom: 20px;
        font-size: 133.333%;
    }
	body#faq-index .faq-list .a-box{
	    position: relative;
        padding:16px 20px 6px;
        background:#ecf4d9;
        border-radius:6px;
    }
	body#faq-index .faq-list .a-box:before{
        content: "";
        position: absolute;
        top: -25px;
        left: 90px;
        margin-left: -15px;
        border: 10px solid transparent;
        border-bottom: 20px solid #ecf4d9;
    }
	body#faq-index .faq-list span.listmark-type02{
        margin-left: 8px;
        padding-left: 13px;
        background-image: url(../images/common/listmark-type02.png);
        background-position: 0 4px;
        background-repeat: no-repeat;
        background-size: 8px auto;
    }
	body#faq-index .faq-list .anchor-type01{
        float: right;
    }
	body#faq-index .faq-list &gt; li .list-titles{
        margin-bottom: 3px;
        font-weight: bold;
    }
                                
}



@media only screen and (max-width: 640px) {
	
	/* COMMON */
    
    /* INDEX */
	body#faq-index #title{
		background-image: url(../images/faq/title-bg.jpg);
	}
    
	body#faq-index .faq-list &gt; li{
        margin-bottom: 30px;
    }
	body#faq-index .faq-list .q-box{
    }
	body#faq-index .faq-list .q-box h3{
        margin-bottom: 20px;
        font-size: 114.285%;
    }
	body#faq-index .faq-list .a-box{
	    position: relative;
        padding:15px 20px 5px;
        background:#ecf4d9;
        border-radius:6px;
    }
	body#faq-index .faq-list .a-box:before{
        content: "";
        position: absolute;
        top: -25px;
        left: 90px;
        margin-left: -15px;
        border: 10px solid transparent;
        border-bottom: 20px solid #ecf4d9;
    }
	body#faq-index .faq-list span.listmark-type02{
        margin-left: 8px;
        padding-left: 13px;
        background-image: url(../images/common/listmark-type02.png);
        background-position: 0 4px;
        background-repeat: no-repeat;
        background-size: 8px auto;
    }
	body#faq-index .faq-list .anchor-type01{
        float: right;
    }
	body#faq-index .faq-list &gt; li .list-titles{
        margin-bottom: 3px;
        font-weight: bold;
    }


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