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


/* 全体バランス調整 */
#site-header{
  margin-top: 1em;
  margin-bottom: 1em;
}

#vk-mobile-nav-menu-btn{
  margin-top: 1.7em;
  margin-bottom: 1em;
}

.site-header-container{
  padding: 0;
}

.site-body-container{
  padding: 0;
}

.footer-nav{
  text-align: center;
}

@media (max-width: 768px) {
  .fixed-page {
    padding: 10px !important;
  }
}


/* 不要パーツ非表示 */
#wpadminbar{
  display: none;
}

.container.site-footer-copyright p:nth-of-type(2) {
    display: none !important;
}

.page-header{
  display: none;
}

#breadcrumb{
  display: none;
}


/* テキストスタイル */
h2{
  border: none;
}


/* テーブル */
.table-information {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 1em !important;
  line-height: 1.6;
}

.table-information th,
.table-information td {
  border: 1px solid #ddd;
  padding: 8px 12px;
  text-align: left;
  vertical-align: middle;
}

.table-information th {
  background-color: #f5f5f5;
  width: 25%;
  font-weight: bold;
}

.table-information td {
  width: 75%;
}



/* レスポンシブ */
.pc{
    display: block !important;
}

.sp{
    display: none !important;
}


@media (max-width: 768px) {
    .pc{
        display: none !important;
    }
    
    .sp{
        display: block !important;
    }
}