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


h3.ltg-slide-text-title{
	font-size: 5.6rem;
	text-shadow: 2px 2px 4px rgba(0,0,0,.4); 
}
@media screen and (max-width: 767px) {
h3.ltg-slide-text-title{
	font-size: 3.6rem;
}
}

.site-footer-copyright p:nth-child(2) {
display:none;
}


th {background-color: #ddd;}


/*キーワード入力*/
#keyword-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#keyword-box {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
}

#keyword-box input[type="text"] {
  padding: 10px;
  width: 80%;
  margin-top: 10px;
}