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

/************************************************
 import css
************************************************ */


/************************************************
初回定期の表示削除
************************************************ */

.teiki_second_total {
display:none;
}

.teiki_first_total_label{
font-size: 0px;
}

.teiki_first_total_label::before{
content: ‘初回定期価格：’;
font-size: 16px; /* SPはフォントサイズ11pxがデフォルト */
}

/************************************************
カレンダーの表示削除
************************************************ */

div#calender_area.teiki_cycle {
display:none;
}</pre></body></html>