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

/*　ヘッダー フッター　*/
.site-header {
    box-shadow: none !important;
}
.site-footer {
    border-top: none;
}
.page-header-title {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px 30px;
    display: inline-block;
    width: auto;
}
/*　Font　*/
body {
    font-family: "BIZ UDPGothic", system-ui;
	line-height: 1.7;
	font-size:16px;
}
h2,h3,h4, h5 {
  font-family: "BIZ UDPGothic", system-ui;
	font-weight: 700;
    font-style: normal;
	line-height: 1.7;
}
/*　contents　*/
.vk_gridcolcard_item {
	border-radius:15px !imoportant;
}
.wp-block-table:where(:not([class*=font-size])) {
    font-size:16px !important;
}
.entry-body>.vk_posts>.media.vk_post-col-lg-12 .media-img, .main-section>.vk_posts>.media.vk_post-col-lg-12 .media-img {
        display: none;
    }
/* 画像のみ非表示（ラベルは残す） */
.vk_posts.next-prev .vk_post_imgOuter_img {
    display: none;
}
.vk_posts.next-prev .vk_post_imgOuter {
    background-image: none !important;
	height: 80px !important;
    min-height: auto;
}
.vk_post_btn {
    text-indent: -9999px;
    position: relative;
	padding-left: 5rem !important;
}
.vk_post_btn::after {
    content: 'Read more';
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* お問い合わせフォーム */
.required{
  color: #fff;
  background: #9334179c;
  padding: 3px 5px;
  font-size: 12px;
  border-radius: 5px;
  vertical-align: top;
}
