/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

/* カスタムスタイル */

/* リストスタイルのリセット */
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

/* テキストクラス */
.text_hidden {
  background: #000;
}

.text_brown {
  color: #800000;
}

.text_right {
  text-align: right;
}

.text_center {
  text-align: center;
}

/* 連絡先セクション */
.veu_contact .contact_txt {
  float: none;
  text-align: center;
}

/* テーブルスタイル */
.table_test {
  margin-bottom: 40px;
}

.table_test th {
  background: #a0a0a0;
  color: #fff;
  font-weight: 600;
}

/* レスポンシブ対応 */
@media screen and (max-width:991px) {
  .menuBtn {
    left: 0;
  }
}

@media screen and (max-width:768px) {

  .siteHeader .container {
    padding: 0 5px;
  }

  .navbar-header {
    height: 46px;
  }

  .navbar-brand {
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    height: 46px;
    justify-content: flex-end;
  }
}

.siteHeader_logo img {
  width: 300px;
  height: 43px;
}

.mainSection-title, h2, h3, h4, h5 {
  background-color: #f8f8f8;
  padding-left: 0.5rem;
}