@charset "utf-8";
/*!
 * privacy CSS
 * ---------------------------------------------
 * 下層ページのcss
 * 
 */

/*===================================
	element	
=====================================*/
.inner {
    width: 775px;
    font-size: 18px;
    line-height: 1.6;
}
.sec h2 {
    font-size: 33px;
}
.sec h3 {
    margin-top: 1.8em;
    font-weight: normal;
    text-indent: -0.5em;
}
.note {
    font-size: 14px;
}


/************************************************************************************
smaller than 660px
*************************************************************************************/
@media screen and (max-device-width: 660px) {
	
	/*===================================
        element	
    =====================================*/
    .inner {
        width: 640px;
        padding: 0 30px;
        font-size: 24px;
    }
    .sec h2 {
        margin: 0 0 50px;
        font-size: 40px;
    }
	.note {
        font-size: 20px;
    }

	
	
}