<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/* PC用 */
@import url("/info/css/device-pc.css") screen;
/*@import url("/info/css/device-pc.css") screen and (min-width:960px);*/

/* タブレット用 */
/*@import url("/corporate/css/device-tablet.css") screen and (min-width:768px) and (max-width:959px);*/

/* スマ－トフォン横用 */
/*@import url("device-sp-landscape.css") screen and (min-width:481px) and (max-width:767px);*/

/* スマ－トフォン縦用 */
/*@import url("device-sp-portrait.css") screen and (min-width:0px) and (max-width:480px);*/

/* プリント用 */
@import url("/info/css/device-pc.css") print;</pre></body></html>