@media screen and (max-width: 768px) {
 
 .sp_off {
  display: none;
 }


 /* ----------------------------------------
 開催レポート
 ---------------------------------------- */

 .study_wrap{
  margin: 0 auto;
  margin-top: 20px;
 }

 .study_wrap.main_image{
  margin: 20px 0;
 }
 .study_wrap.main_image img{
  width: 90%;
 }

 .under_image{
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
 }

 .study_movie{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
 }

 .study_gallery{
  margin: 0 auto;
  margin-top: 30px;
 }
 .study_gallery ul{
  display: flex;
  flex-wrap: wrap;
 }
 .study_gallery li{
  width: 46%;
  margin-right: 10px;
  margin-bottom: 10px;
 }
 .study_gallery li img{
  width: 100%;
 }
 .study_gallery li:nth-child(2n){
  margin-right: 0;
 }

  .teacher_inner{
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
 }
  .teacher_ttl{
  font-size: 17px;
  line-height: 1.7;
  margin-top: 10px;
  margin-bottom: 6px;
  font-weight: bold;
   text-align: center;
 }
 .teacher_ttl span{
  color: firebrick;
 }
 .teacher_subttl{
  font-size: 15px;
  background-color: #555;
  text-indent: 10px;
  margin-bottom: 10px;
  color: #fff;
 }
 .teacher_box{
 }
 .teacher_box_ttl{
  font-size: 15px;
 }
 .teacher_box_ttl span{
  font-size: 13px;
  color: #555;
 }
 .teacher_box ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 20px;
 }
 .teacher_box li{
  width: 96%;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 4px;
  margin-bottom: 10px;
  height: 70px;
 }
 .teacher_box li:nth-child(2n){
  margin-right: 0;
 }
 .teacher_box li .image{
  float: left;
 }
 .teacher_box li .image img{
  height: 70px;
 }
 .teacher_box li .name{
  float: right;
  width: 73%;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
  margin-left: 6px;
 }
 .teacher_box li .name span{
  font-size: 13px;
  line-height: 1.6;
  font-weight: normal;
 }
  .teacher_box li .name2{
  float: right;
  width: 73%;
  font-size: 16px;
  line-height: 1.0;
  font-weight: 500;
  margin-left: 6px;
 }
 .teacher_box li .name2 span{
  font-size: 12px;
  line-height: 1.0;
  font-weight: normal;
 }
 
  .seminar_inner {
  position: relative;
  margin: 0 auto;
 }

 .seminar_inner img {
  margin: 0 auto;
 }
  .seminar_inner table {
  border-spacing: 0;
  display: table;
  border-collapse: collapse;
  border: 1px solid #CCC;
  width: 100%;
  /*margin-bottom: 40px;*/
 }

 .seminar_inner table th {
  width: 50px;
  padding: 6px;
  font-size: 13px;
  line-height: 1.6;
  border-bottom: 1px solid #CCC;
  vertical-align: middle;
  background-color: #F0F0F0;
  text-align: center;
 }

 .seminar_inner table span {
  font-size: 13px;
  line-height: 1.6;
  font-weight: normal;
  vertical-align: middle;
 }

 .seminar_inner table td {
  border-collapse: collapse;
  padding: 1em 10px 1em 1em;
  text-align: left;
  padding: 6px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #ccc;
 }

 .seminar_inner table td p {
  font-weight: bold;
  line-height: 1.4;
  font-size: 14px;
  margin: 0;
 }

 .seminar_inner table td p.small {
  font-size: 13px;
  line-height: 1.5;
  font-weight: normal;
 }

 .seminar_inner table td:nth-last-child {
  width: 200px;
  border-collapse: collapse;
  padding: 1em 10px 1em 1em;
  text-align: left;
  padding: 10px;
  padding-left: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
 }
  .seminar_inner .ttl {
  border-bottom: 2px solid #de912b;
  color: #de912b;
  font-size: 24px;
  line-height: 2.2;
  font-weight: bold;
  margin-bottom: 30px;
 }

 .seminar_inner .subttl {
  font-size: 16px;
  line-height: 1.4;
  color: #111;
  font-weight: bold;
  margin: 10px 0 0;
 }

 .seminar_inner p {
  margin: 10px 0 30px;
  font-size: 14px;
  line-height: 1.5;
 }

 .seminar_inner p.middle {
  font-size: 14px;
  line-height: 1.5;
 }

 .seminar_inner p.small {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
 }
 /* 開催レポート
 --------------------------------------- */
 
  .study_link {
  display: flex;
  justify-content: center;
  margin: 30px 0 10px;
 }

 .study_link a.link_btn {
  background: #de912b;
  border: 2px solid #de912b;
  color: #fff;
 }
 
}


/* media screen fin */
