@charset "utf-8";

/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese');

*{
font-family: "メイリオ",'Noto Sans JP', sans-serif;
}

body, p {
  font-weight: 500 !important;
}

.gMenu_name {
  font-weight: bold !important;
}

footer .copySection p:nth-child(2) {
  display: none !important;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

body {
  font-size: 14px;
}

.mini-content-container-1 .slide-text-title {
  font-size: 2.2vw;
}

.mini-content-container-1 .slide-text-caption {
  font-size: 2.2vw;
}

.mini-content-container-1 .btn-ghost {
  font-size: 2.2vw;
}

@media (min-width: 992px)  {
	
 .navbar-header {
  float:left
 }
 .siteHeader_logo {
  text-align:left;
 }
}

@media (max-width: 991.98px) {
 .navbar-header {
  float:none
 }
 .siteHeader_logo {
  text-align:center;
 }
}
