.border1 {
  position: relative;
  padding-bottom: .1em;
  border-bottom: 4px solid #ccc;
  margin-bottom: 15px;
}
.border1::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #3498db;
}

span.list-date{
  font-size:12px;
}

.header-logo img{
  width: 400px;
}


h2 {
  position: relative;
  padding: .75em 1em .75em 1.5em;
  border: 1px solid #ccc;
  border-top: 3px solid #3498db;
  background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
  margin-bottom:15px;
  font-weight: bold;
  font-size: 18px;
}
h2::after {
/*  position: absolute;
  top: 1em;
  left: .6em;
  z-index: 2;
  content: '';
  width: 10px;
  height: 10px;
  border: 3px solid #3498db;
  border-radius: 100%
*/}

small{
  font-size: 12px;
}

strong{
  font-weight: bold;
}

.side-book{
  text-align: center;
  background: white;
  padding: 10px;
}

.side-book-header{
  background-color: #AFC12D;
  /*#006EB2;*/
  color: white;
  /*font-weight: bold;*/
  font-size: 17px;
  padding: 10px;
  text-align: center;
}

.side-book-title{
/*  padding: 5px;
  border:1px solid #eee;
*/
  margin: 5px 0;
}
.l-main{
    line-height: 2;
    font-size: 15px;
}
.l-top-visual{
  background-image:url(../images/bg_cross.png);
}

.main-visual{
  background-image:url(../images/top_mainvisual.png);
  width: 1000px;
  height: 298px;
  margin: 0 auto;
  position: relative;
}

.main-visual h1{
  margin-top: 20px;
  font-size: 30px;
font-family: 'Noto Serif', serif;

}

.main-visual .subtitle{
  margin-left: 50px;
  font-size: 18px;
  color:white;
  padding: 10px;
  width: 380px;
  background-color: #66B9DD;
  border-radius:5px;
  /*font-family: 'Noto Serif', serif;*/
}

.main-visual .maintitle{
  position: absolute;
  position: absolute;
  top: 50px;
  left: 120px;

}

.inner-text{
  padding: 0 20px;
  overflow: hidden;
}

h3{
    padding: .5em 1.5em;
  background: -webkit-linear-gradient(top, #69b4e6 0%, #3498db 100%);
  background: linear-gradient(to bottom, #69b4e6 0%, #3498db 100%);
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
  margin-bottom: 15px;
  border-bottom:3px solid #66B9DD;
}

.rinen{
  font-weight: bold;
  padding: 20px;
  border:1px solid #eee;
  font-size: 15px;
  font-family: 'Noto Serif', serif;
  margin: 10px 0;

}

.nintei_logo{
  width:220px;
  margin:20px auto 10px auto;
}

.table{
  border-bottom:1px solid #ddd;
}

h4{
  border-bottom:2px solid #AAA;
  font-weight:bold;
  margin-bottom: 20px;
}

.okuno_img{
  float: left;
  width: 200px;
}

.okuno_profile{
  float: right;
  width: 480px;
}

.okuno_profile strong{
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}

.clear{
  clear:both;
  margin-bottom: 20px;
}

footer ul{
  width: 770px;
  margin: 0 auto;
}
footer li{
  text-align: center;
  width: 110px;
  font-size: 11px;
  /*padding: 0 10px;*/
}


table.orderform input{
padding:10px;
border-radius:5px;
border:1px solid #888;
}

table.orderform {
 width:700px;
 margin:20px auto;
border:1px solid #ccc;
 border-collapse:collapse;
}
table.orderform td{
padding:10px;
font-size:14px;
border-bottom:1px solid #ccc;

}
table.orderform td+td{
 border-left:1px solid #ccc;
}

table.orderform td:first-child{
background-color:#f5f5f5;
font-weight:bold;
width:160px;
}

span.required{
 margin-left:5px;
 border-radius:5px;
 background:#f55;
 font-weight:normal;
 color:white;
 font-size:12px;
padding:5px;
}
span.wpcf7-list-item{
 display:block;
}
.wpcf7-not-valid-tip{
 display:block;
 color:red;
 margin:10px 0;
}
.screen-reader-response{
 display:none;
}
.wpcf7-validation-errors{
 font-weight:bold;
 width:100%;
 text-align:center;
 margin:15px 0;
 color:#a00;
}
.wpcf7-mail-sent-ok{
display:block;
z-index:100;
position:fixed;
top:0;
left:0;
text-align:center;
font-weight:bold;
font-size:20px;
padding-top:15%;
width:100%;

height:100%;
background:rgba(255,245,245,0.9);
color:black;
}
.closeBtn{
 border-radius:10px;
 background:#555;
 width:200px;
 text-align:center;
 margin:20px auto;
 font-size:15px;
 padding:15px;
 color:white;
}



.tac{
  width: 100%;
  text-align: center;
}


.css3Button input{
 border-radius:10px;
 background: #3498db;
 width:200px;
 text-align:center;
 font-size:15px;
 padding:15px;
 color:white;
 border:0px;
}


.mail-form{
  padding: 20px;
  text-align: center;
  border:3px solid #555;
  margin-top: 20px;
  box-shadow: 0 0 1px 1px #ccc;

}

.mail-form h3{
  font-size:20px;
}
.mail-form input{
  border-radius:5px;
  padding: 10px;
  font-size: 14px;
  border:1px solid #555;
  width: 70%;
  margin-bottom: 5px;
}

.mail-form input.submit{
  font-size:22px;
  font-weight: bold;
  background-color: #aaa;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e696+0,ced14f+100 */
background: rgb(229,230,150); /* Old browsers */
background: -moz-linear-gradient(top, rgba(229,230,150,1) 0%, rgba(206,209,79,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(229,230,150,1) 0%,rgba(206,209,79,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(229,230,150,1) 0%,rgba(206,209,79,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e696', endColorstr='#ced14f',GradientType=0 ); /* IE6-9 */  
}


.free_video_box{
  width: 1000px;
  text-align: center;
  margin: 0 auto;
  min-height: 100%;
}
.free_video_box h3{
  margin-top: 20px;
  font-size: 25px;
}
.free_video_box video{
  margin-bottom: 50px;

}

.l-footer.free-seminar{
  margin-top: 20px;
}

.online_banner_box{
  margin-bottom: 10px;
  width:100%;background:#febb4c;text-align:center;
  height: 150px;
}

.online_banner_box a{
  display: inline-block;
  height: 100%;
  width: 100%;
}