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

body {
	font-family: "Yu Gothic";
	}

.copySection p:nth-child(2)  {
	display: none;
}

/*埋め込み動画*/
.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*/

/* table01 */
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 24px 0;
  border: none;
}

#table01 th {
  width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
}

/* table02 */
#table02 tr {
  color: red;
  font-weight: bold;
  background-color: #ffffe0;
  border-bottom: 1px solid #b5b1b1;
}

#table02 th,
#table02 td {
  color: red;
  font-weight: bold;
  background-color: #ffffe0;
  padding: 24px 0;
  border: none;
}

#table02 th {
  width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table02 th,
  #table02 td {
    width: 100%;
    display: block;
  }

  #table02 th {
    width: 100%;
  }

  #table02 td {
    padding-top: 0;
  }
}

/*ボタン*/
a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 70％;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	color: #27acd9;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #fff;
	background: #27acd9;
}

