/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:Shilosai
Tags:
Version: 0.6.1
*/

/* レスポンシブ表示制御 */
.pc { display: block; }
.sp { display: none; }
.sp_br { display: none; }

.y-marker {
background: linear-gradient(transparent 50%, #fbfac3 50%);
}

/* フォントサイズ */
.tx-13 { font-size: 13px; }
.tx-18 { font-size: 18px; }
.tx-21 { font-size: 21px; }
.tx-24 { font-size: 24px; }
.tx-30 { font-size: 30px; }

@media (max-width: 767px) {
.tx-13 { font-size: 0.9rem; }
.tx-18 { font-size: 1.1rem; }
.tx-21 { font-size: 1.2rem; }
.tx-24 { font-size: 1.25rem; }
.tx-30 { font-size: 1.3rem; }
}
