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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

body {
	font-family: "Yu Gothic" ,"Noto Sans JP" !important;
	}
footer .copySection p:nth-child(2) {
	display:none !important;
}

.iframe-wrap {
position: relative;
width: 100%;
padding-top: 56.25%;
overflow: auto;
-webkit-overflow-scrolling: touch;
border: 2px solid #ccc;
}

.iframe-wrap iframe {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
border: none;
display: block;
}

table{
  border-collapse: collapse;
  width: 100%;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.tb01 th {
  background: #00008b;
  color: #fff;
  
}
@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

body.device-mobile .vk-mobile-nav-menu-btn {
display:none!important;
}