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



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

.pgmTL h2 {
  font-size: 2rem;
  color: #ee7800 ;
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 130px;
  border: 2px solid #ee7800 ;
}

.pgmTL h2:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #ee7800 ;
}

.pgmTL h2 span {
  font-size: 3rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #fff;
}

.nameTL h2 {
  position: relative;
  height: 75px;
  margin-right: 80px;
  padding: 1.5rem 2rem 0 2rem;
  word-break: break-all;
  color: #fff;
  background: #ee7800 ;
}

.nameTL h2:after {
  position: absolute;
  top: 0;
  right: -55px;
  width: 0;
  height: 0;
  content: '';
  border-width: 75px 55px 0 0;
  border-style: solid;
  border-color: #ee7800 transparent transparent transparent;
}

.nameTL h2 span {
  font-size: 3rem;
  position: absolute;
  top: 0;
  right: -100px;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #ee7800 ;
}


/*テーブル*/
.sectionTable table tr td{
	font-size: 16px;
}

.sectionTable strong{
	color: red;
}

.sectb table {
  border-collapse: collapse;
  width: 100%;
}
.tb01 th,
.tb01 td{
  font-size: 16px;
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.tb01 th {
  background: #ee7800 ;
  color: #fff;
}
.tb01 span {
	color: #ee7800 ;
	font-weight: bold;
}

.td01 tr:nth-child(even) {
	background: #add8e6;
}

.td01 tr:nth-child(odd) {
	background: #e0ffff;
}

@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;
  }
}

.td01 tr:nth-child(even) {
	background: #add8e6;
}

.td01 tr:nth-child(odd) {
	background: #e0ffff;
}


.tb02 th,
.tb02 td{
  padding: 10px;
  border: solid 0px #ccc;
  text-align:left;
  box-sizing:border-box;
}
.tb02 th {
  background: #ee78000 ;
  color: #fff;
}
.tb02 span {
	color: #ee7800 ;
	font-weight: bold;
}

@media screen and (max-width: 640px) {
  .tb02 {
    width: 100%;
  }
  table.tb02 th,
  table.tb02 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb02 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}


/*ボタン*/
a.btn01 {
	font-size: 1.1rem;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 80%;
	margin: auto;
	padding: 1rem 4rem;
	color: #fff;
	font-weight: bold;
	background: #ee7800 ;
	position: relative;
	transition: 0.3s ease-in-out;
}
a.btn01:hover {
    background: #fff;
    color: #ee7800 ;
}
a.btn01:before, a.btn01:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
a.btn01:before {
  top: 0;
  left: 0;
}
a.btn01:after {
  bottom: 0;
  right: 0;
}
a.btn01:hover:before, a.btn01:hover:after {
  width: 100%;
  height: 100%;
}
a.btn01:hover:before {
  border-top-color: #ee7800 ;
  border-right-color: #ee7800 ;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
a.btn01:hover:after {
  border-bottom-color: #ee7800 ;
  border-left-color: #ee7800 ;
  transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
}

.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;
}

.wpcf7-submit{
	margin-left: 72px;
}

