/*
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: #3470b8  ;
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 130px;
  border: 2px solid #3470b8  ;
}

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

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

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

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


/*テーブル*/
.sectionTable table tr td{
	font-size: 16px;
	border: #fff;
}
.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: #3470b8  ;
  color: #fff;
}
.tb01 span {
	color: #3470b8  ;
	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: #3470b8  ;
  color: #fff;
}
.tb02 span {
	color: #3470b8  ;
	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: #3470b8  ;
	position: relative;
	transition: 0.3s ease-in-out;
}
a.btn01:hover {
    background: #fff;
    color: #3470b8  ;
}
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: #3470b8  ;
  border-right-color: #3470b8  ;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
a.btn01:hover:after {
  border-bottom-color: #3470b8  ;
  border-left-color: #3470b8  ;
  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: #3470b8 ;
  background: #ECECEC;
  transition: .4s;
}

.btn-flat-simple:hover {
  background: #3470b8 ;
  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{
	margin-left: 72px;
}


/*申込ボタン*/
.btn-animation-02 {
  display: inline-block;
  width: 80%;
  text-align: center;
  background-color: #3470b8;
  border: 2px solid #3470b8;
  font-size: 18px;
  color: #3470b8;
  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;
}

.wpcf7-textarea {
	width: 100%;
}

span.wpcf7-list-item {
    display: block;
}


.font__size p {
	font-size: 16px;
}