.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;
}
p{
padding: 10px 0;   
}

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(http://www.worktime-management.com/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: 90px;
    font-size: 18px;
    color: white;
    padding: 10px;
    width: 380px;
    background-color: #66B9DD;
    border-radius: 5px;
    text-align: center;
    /*font-family: 'Noto Serif', serif;*/
}

.main-visual h1{
    text-shadow: 0 0 4px #fff;
}

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

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

ul .check03_ul {
    margin: 5px;
    padding: 0;
}

.check03_ul li {
    /*height: 20px;*/
    list-style-type: none;
    margin: 0px auto 5px 0px;
    padding: 0px 0px 0px 35px;
    background: url(http://academy.zenshuren.net/wp-content/themes/twentysixteen/img/icon2.png) no-repeat 0px 0px;
    font-weight: bold;
}

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

.teacher_books_title {
    text-align: center;
    border-radius: 5px;
    background: #eee;
    margin-bottom: 5px;
    margin-top: 20px;
}

img.ninshou {
    width: 200px;
    margin: 5px 0;
}

img.touroku {
    width: 100px;
    margin: 5px 0;
}

.fr-img {
    float: right;
    margin-left: 50px;
    text-align: center;
}

.fl-img {
    float: left;
    margin-right: 50px;
    margin-top: 20px;
    text-align: center;
}

.btn-group {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.btn-group button {
    /*width: 25%;*/
}

.list-group-item.active {
  text-align: center;
  font-size: 13px;
}
.list-group-item.active.promote-mark{
  background:#589c5a;
  border-color:#589c5a;
}

*{
  text-align:justify;
  text-justify:distribute-all-lines;
}

table.info{
    margin-top: 20px;
    border-top:1px solid #ccc;

}
table.info td{
  padding: 10px 20px;
  font-size: 13px;
  border-bottom: 1px solid #ccc;
  /*text-align: center;*/
  /*border-left: 1px solid #ccc;*/
  /*border-right: 1px solid #ccc;*/
}
table.info thead td{
    font-size: 12px;
    line-height: 1.5;
}

table.list-info td{
    margin-top: 20px;
    border-top:1px solid #ccc;
}

table.list-info td{
  padding: 10px;
  font-size: 12px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;

}

table.normal-table td{
    text-align: left;
}

table.normal-table td:first-child{
    background-color: #ddd;
}

p.text{
    margin-bottom: 20px;
}

table.info thead{
    background-color: #ddd;
}

table.info td.small{
    font-size: 12px;
}

.area{
    text-align: center;
    padding: 10px;
    background-color: #b3d7e6;
    border-radius:20px;
}
.item3{
    width: 100px;
    text-align: center;
}
.item1{
    /*width: 120px;*/
    /*text-align: center;*/
}

.info td img{
    border:1px solid #eee;
}

.info td{
    vertical-align: middle;
}
.info td strong{
    font-size: 15px;
}

.hp a{
    color:white;
}

table.info.seminar{
    width: 100%;
}

.left-box{
    margin-bottom: 20px;
}