/*
Theme Name: Sankei-Live
Author: Author Here
Author URI: Author URI here
Description: Description here
Version: 1.0
Text Domain: Text Domain here
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

body {
	font-family: "Yu Gothic" ,"Noto Sans JP" !important;
	}

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

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

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

.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: #006400 ;
}

.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: #006400 transparent transparent transparent;
}

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


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

.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: #006400 ;
  color: #fff;
}
.tb01 span {
	color: #006400 ;
	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: #006400 ;
  color: #fff;
}
.tb02 span {
	color: #006400 ;
	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: #006400 ;
	position: relative;
	transition: 0.3s ease-in-out;
}
a.btn01:hover {
    background: #fff;
    color: #006400 ;
}
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: #006400 ;
  border-right-color: #006400 ;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
a.btn01:hover:after {
  border-bottom-color: #006400 ;
  border-left-color: #006400 ;
  transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
}


.btn-flat-simple {
  width: 80%;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #006400;
  background: #ECECEC;
  transition: .4s;
}

.btn-flat-simple:hover {
  background: #006400;
  color: white;
}

.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{
	display: block;
	text-align: center;
	/*margin-left: 72px;*/
}

/*申込ボタン*/
.btn-animation-02 {
  display: inline-block;
  width: 80%;
  text-align: center;
  background-color: #006400;
  border: 2px solid #006400;
  font-size: 18px;
  color: #006400;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}

.btn-animation-02 span {
  position: relative;
  z-index: 1;
}

.btn-animation-02::before,
.btn-animation-02::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}

.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
  width: 0;
  background-color: #FFF;
}

.btn-animation-02:hover {
  color: #FFF;
}

/*アンケート*/
table.CF7_table{
	width:90%;
	margin:0 auto;
	border-bottom: 1px solid #808080;
}

table.CF7_table tr{
	border-top: 1px solid #808080;
}

table th.cf7_table_head {
  padding: 1px;
	width:5%;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #808080;
	border-radius: 4px;
}

.CF7_table input{
	border-radius: 50%;
}

.CF7_table ::placeholder {
	color:#797979;
}

select{
	width: 80%;
	border-radius: 4px;
}

td P{
text-align: center;
}

th P{
	color:#006400;
}

P{
	margin-top:1rem;
	margin-bottom:1rem;
	font-size: 16px;
}

/*「必須」文字*/
.CF7_req{
	font-size: 0.7em;
	padding: 5px;
	background: #ff0000;/*オレンジ*/
	color: #fff;
	border-radius: 3px;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.7em;
	padding: 5px;
	background: #808080;/*グレー*/
	color: #fff;
	border-radius: 3px;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:40%;/*横幅*/
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th ,table th.cf7_table_head{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	P{
		margin-top:0;
	margin-bottom:0;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#a9a9a9;
	width:20%;
	border-radius: 10px;
	border:0;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	margin:1rem auto 1rem auto;
}

.wpcf7 input.wpcf7-submit:hover{
	background-color: #006400;
	color:#FFFFFF;

}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}
