.container .main_block.lecturer{
  padding-bottom: 100px;
}

.lecturer p{
  margin-top: 10px;
  letter-spacing: .05em;
}
.lecturer .goto_entry{
  display: block;
  text-align: center;
  width: 80%;
  margin: -50px auto 100px;
  background-color: #D43F2D;
  border-radius: 3px;
  border-bottom: solid 4px #990711;
  padding: 10px 0;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}
.lecturer .goto_entry small{
  display: block;
  font-size: 20px;
}
.lecturer .goto_entry .pc{
  display: inline-block;
  margin: 0 5px;
}
.lecturer .firstview{
  height: 450px;
  padding-top: 20px;
  background: url(/wordpress/wp-content/themes/vanilla/img/entry/lecturer/bg.png) no-repeat top right;
}
.lecturer .firstview .contents{
  width: 50%;
  padding: 30px;
  background: rgba(255,255,255, .8);
  box-sizing: content-box;
}
.lecturer .firstview .contents p{
  font-weight: bold;
}
.lecturer .firstview .contents h2{
  font-size: 50px;
  margin-bottom: 30px;
  letter-spacing: .05em;
}
.lecturer .firstview + .goto_entry{
  margin-bottom: 40px;
}

.lecturer .example{
  margin: 100px 0;
}
.lecturer .page_heading{
  margin: 30px 0;
}
.lecturer .flex{
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.lecturer .project{
  box-shadow: 3px 5px 23px -3px #dedede
}
.lecturer .project thead tr th{
  background-color: #b4b4b4;
  background-color: #444;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 10px;
  border: none;
}
.lecturer .project tbody th{
  width: 150px;
  background-color: #fafafa;
  letter-spacing: .05em;
}
.lecturer .project ~ .project{
  margin-top: 100px;
}

@media (max-width: 1025px){
  .lecturer .firstview{
    background: none;
  }
  .lecturer .firstview img{
    margin: 0 auto;
  }
  .lecturer .goto_entry{
    margin: 50px auto;
    width: 100%;
    padding: 10px;
    font-size: 18px;
  }
  .lecturer .goto_entry small{
    font-size: 16px;
    background-color: #fff;
    color: #D43F2D;
    display: block;
    margin: 10px auto 0;
    padding: 10px 0;
  }
  .lecturer .firstview{
    height: auto;
    min-height: auto;
    padding-top: 0;
  }
  .lecturer .firstview .contents{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
  }
  .lecturer .firstview .contents h2{
    text-align: center;
    font-size: 30px;
    margin-bottom: 5px;
  }
  .lecturer .example{
    margin: 30px 0;
  }
  .lecturer .example img{
    margin: 0 auto;
  }
  .lecturer .flex img{
    width: 48%;
    align-self: flex-start;
  }
  .lecturer .project tbody th{
    width: 100px;
  }
}
#goTop{
  display: none !important;
}

.lecturer .movie{
  display: inline-block;
  border-bottom: solid 2px #000;
  font-weight: bold;
  margin: 10px auto 0;
  padding-bottom: 1px;
  font-size: 16px;
  margin-left: 20px;
}
.lecturer .movie img{
  height: 20px;
  margin-left: 10px;
}

.lecturer .btn{
  display: flex;
  width: 80%;
  margin: -30px auto 0;
  background-color: #ee3123;
  align-items: center;
  padding: 30px 70px;
  box-shadow: 3px 5px 23px -3px #aaa;
}
.lecturer .btn p{
  margin-top: 0;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.lecturer .btn img{
  width: 60px;
  align-self: center;
  margin-right: 30px;
}
@media (max-width: 1025px){
  .lecturer .btn{
    margin-top: 0;
    width: 100%;
    padding: 20px 10px;
  }
  .lecturer .btn p{
    font-size: 16px;
  }
  .lecturer .btn p br{
    display: none;
  }
}

.lecturer .qa{
  margin-bottom: 30px;
  box-shadow: 3px 5px 23px -3px #dedede;
  padding: 30px;
}
.lecturer .qa .question{
  border-bottom: dashed 1px #DB0917;
  padding-bottom: 10px;
  align-items: center;
}
.lecturer .qa .question,
.lecturer .qa .answer{
  display: flex;
}
.lecturer .qa .answer{
  margin-top: 15px;
}
.lecturer .qa .question div{
  font-weight: bold;
}
.lecturer .qa .question > p,
.lecturer .qa .answer > p{
  color: #DB0917;
  margin-right: 15px;
  font-size: 1.2em;
}
.lecturer .qa .question p:first-child,
.lecturer .qa .answer p:first-child{
  margin-top: 0;
}
.lecturer .qa .question div
.lecturer .qa .answer div{
  margin-top: 3px;
}
.lecturer table + .goto_entry{
  margin-top: 50px;
}