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

/* フォントサイズ設定 */
 .menu-item, body, table :is(th,td){
	font-size: 17px!important;
}

.global-nav-name{
	font-size: 17px!important;
}

.footer-nav .widget p{
	font-size: 17px!important;
}


@media (min-width: 992px) {
    .header_scrolled .site-header-container--scrolled--logo-and-nav-container .site-header-logo img, .header_scrolled .site-header-container--scrolled--logo-and-nav-full .site-header-logo img {
        max-height: 70px!important;
        opacity: 0;
    }
}

/* マウスオーバー効果 */

.global-nav-name:hover{
	color: #5183be;
}

.opacity:hover{
	opacity: 0.7;
}

/* table td a:hover{
	opacity: 0.7;
}
 */

/* フッター設定 */

/* ブロックのマージンボトム設定 */
.widget_media_image{
    margin-bottom: 0;
}


/* Googlefonts　設定 */
.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.kalam-bold {
  font-family: "Kalam", cursive;
  font-weight: 700;
  font-style: normal;
}


.noto-sans-jp-suzuki {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

/* トップページ */

/* 新着情報のカテゴリーのアンダーライン消す */
li a, p a{
	text-decoration: none;
}

/* モバイルナビのデザイン設定 */

.vk-mobile-nav-menu-outer .menu-item a{
	padding: 20px;
	margin: 5px;
	border: none;
	border-radius: 10px;
	background:#5183be;
	color: #fff;
	font-size: 16px;
}


/* コンタクトフォームの設定 -----------------------------------------------*/

/*必須の調整*/
.haveto{
 font-size:12px;
 padding:5px;
 background:#5183be;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}

/* コンタクトフォームの項目を太字に */
.bold{
	font-weight: bold;
}

/*----- reCAPTCHAマークがトップへ戻るボタンとかぶるのでをずらして表示　---*/
.grecaptcha-badge{
	margin-bottom: 60px;
}
@media screen and (max-width: 600px){
.grecaptcha-badge{
	margin-bottom: 100px;
}
}
/*--------------------ここまで------------------------*/


/* コンタクトフォームの設定 ここまで-----------------------------------------------*/