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

/*----------------------------------------
modelroom
----------------------------------------*/

.cap_left{
position: absolute;
left: 10px !important;
bottom: 10px;
letter-spacing: 0;
font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif !important;
font-size: 1.7rem !important;
font-weight: 400;
}

.cap_right{
position: absolute;
right: 10px !important;
bottom: 10px;
letter-spacing: 0;
font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif !important;
font-size: 1.7rem !important;
font-weight: 400;
width: auto !important;
}




@media screen and (max-width: 768px) {


.cap_left{
font-size: 1.3rem !important;
}

.cap_right{
font-size: 1.3rem !important;
}



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