/*
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;
}

/* adobefonts設定 */
.tombo, h2{
	font-family: "rocknroll-one", sans-serif;
font-weight: 400;
font-style: normal;

}

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

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

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

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

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