@charset "utf-8";
/*
Theme Name: Lightning Pro Child DISQ1
Theme URI:
Template: lightning-pro
Description:
Author:
Tags:
Version: 1.0.0
*/
@import url("./css/mod_style.css");
@import url("./css/top_slider.css");

/* Contact Forms 7 のチェックボックスを強制的に縦並びに変更する。
   2020/11/18 mitani
*/
span.wpcf7-list-item {
    display: block!important;
}

/* 投稿の見出しサイズを調整する。
   2020/12/04 mitani
*/
h1.entry-title {
    font-size: 20px;
}
@media (min-width: 992px) {
    h1.entry-title {
        font-size: 28px;
    }
}
