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

/*タイトル*/
.pgmTL h2 {
  font-size: 2rem;
  color: #0000cd ;
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 130px;
  border: 2px solid #0000cd ;
}

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

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

/*テーブル*/
.sectionTable table{
	font-size: 17px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0px none;
}
.sectionTable table,th,td,tr{
  font-size: 17px !important;
  padding: 8px 20px;
  text-align: left;
	border:none;
}

.sectionTable strong {
	color: red;
}

.sectionTable table tr:nth-child(odd){
  background-color:  ; /* #ffe8d1 */
}
/*テーブルカスタマイズ*/
.noborder {
  border: 0px none;

/*コンタクトフォーム調整*/
.wpcf7-submit{
	margin-left: 72px;
	font-family: "Yu Gothic";
	}
