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

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

.Fnumber {
	width: 60% !important;		
}

table.responsive {
  margin: 20px auto;
}
.responsive th {
  background: #228b22;
  border: solid 1px #666;
  color: #fff;
  padding: 10px;
}
.responsive td {
　border: solid 1px #666;
  padding: 10px;
}

.bt-color01 {
  background-color: #13aa52;
  border: 1px solid #13aa52;
}

.bt-color02 {
  background-color: #00008b;
  border: 1px solid #00008b;
}

.button-37 {
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: "Akzidenz Grotesk BQ Medium", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  outline: none;
  outline: 0;
  padding: 10px 25px;
  text-align: center;
  transform: translateY(0);
  transition: transform 150ms, box-shadow 150ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-37:hover {
  box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
  transform: translateY(-2px);
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #666;
    width: 100%;
  }
  .responsive {
    width: 80%;
  }
  .responsive th,
  .responsive td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
  .button-37 {
    padding: 10px 30px;
  }	
}