@media screen and (max-width: 768px) {
 
 .sp_off {
  display: none;
 }

 /* ----------------------------------------
    セミナー
 ---------------------------------------- */
 .seminar_conts {
  width: 800px;
  position: relative;
  margin: 0 auto;
 }

 .seminar_conts .main-ttl {
  background-color: #de912b;
  font-size: 28px;
  line-height: 2.4;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  margin-top: 20px;
  border-radius: 8px 0 8px 0
 }

 .seminar_inner {}

 .seminar_inner img {
  margin: 0 auto;
 }

 .rent_main_comment {}

 .rent_main_comment p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
 }

 .seminar_sub_con {
  margin-top: 30px;
 }

 .seminar_sub_con ul {}

 .seminar_sub_con li {
  font-size: 15px;
  line-height: 2.0;
  font-weight: 500;
  color: #de912b;
  text-align: center;
 }

 .seminar_inner .flex_box {
  display: flex;
  justify-content: space-between;
  height: 100%;
 }

 .seminar_inner img.main {
  margin-bottom: 60px;
 }

 .seminar_inner ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
 }

 .seminar_inner li {
  display: flex;
  width: 286px;
  height: 80px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
  margin-right: 10px;
 }

 .seminar_inner li:nth-child(3n) {
  margin-right: 0;
 }

 .seminar_inner li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px;
  color: #111;
 }

 seminar_inner li a:hover {
  background-color: antiquewhite;
  color: orange;
  border: 1px solid #999;
 }

 .seminar_inner li img {
  border-radius: 100px;
  margin-right: 10px;
 }

 .seminar_inner li .shop_wrap {
  align-items: center;
 }

 .seminar_inner li .shop_wrap .name {
  font-size: 18px;
  line-height: 2.0;
  font-weight: 500;
 }

 .seminar_inner li .shop_wrap .corp {
  font-size: 14px;
  line-height: 1.8;
 }

 .seminar_inner .seminar_ttl {
  font-size: 24px;
  font-weight: 500;
  height: 35px;
  border-bottom: 2px solid orange;
  margin-bottom: 30px;
 }


 .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: 18px;
  line-height: 2.2;
  color: #111;
  font-weight: bold;
  margin-top: 14px;
 }

 .seminar_inner p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.5;
 }

 .seminar_inner p.small {
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
 }

 .seminar_inner .inner_box {
  width: 65%;
 }

 .seminar_inner a {
  color: #111;
  text-decoration: underline;
 }

 .seminar_inner a:hover {
  color: #de912b;
 }

 .seminar_inner .inner_box_images {
  width: 32%;
  align-items: flex-end;
 }

 .seminar_inner .inner_box_images img {
  width: 360px;
  margin-top: 10px;
  border-radius: 6px;
  box-shadow: 0 0 15px 0px rgb(0 0 0 / 10%);
 }

 .seminar_inner .box {
  padding: 15px;
  border-radius: 4px;
  margin-top: 20px;
  border: 2px solid antiquewhite;
  font-size: 14px;
  line-height: 1.5;
 }

 .seminar_inner .box a {
  color: #111;
  text-decoration: underline;
 }

 .seminar_inner .box a:hover {
  color: #de912b;
 }


 .seminar_inner table {
  border-spacing: 0;
  display: table;
  border-collapse: collapse;
  border: 1px solid #CCC;
  width: 100%;
  margin-bottom: 100px;
 }

 .seminar_inner table th {
  width: 100px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.6;
  border-bottom: 1px solid #CCC;
  vertical-align: middle;
  background-color: #F0F0F0;
 }

 .seminar_inner table span {
  font-size: 12px;
  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: 10px;
  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: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 table td p {
  font-weight: bold;
  line-height: 1.8;
 }

 .seminar_inner table td p.name {
  font-size: 12px;
  line-height: 1.6;
  font-weight: normal;
  color: #de912b;
 }
 .seminar_inner table td p.small {
  font-size: 13px;
  line-height: 1.5;
  font-weight: normal;
 }
 .seminar_worries {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
  color: #de912b;
  margin-bottom: 20px;
 }

 .seminar_worries p {
  font-size: 17px;
  line-height: 2.0;
  font-weight: 700;
  color: #de912b;
 }

 .seminar_teacher {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 15px 0;
 }
 .seminar_teacher .image{
  width: 60px;
 }
 .seminar_teacher .image img{
  width: 60px;
 }
 .seminar_teacher .name_waku{
 }
 .seminar_teacher .name_waku .name {
  color: aquamarine;
 }
 .seminar_teacher .name_waku .role {
  color: #de912b;
 }

 .seminar_inside {}

 .seminar_inside ul {
  width: 100%;
  display: flex;
 }

 .seminar_inside ul li.title {
  font-size: 18px;
  line-height: 1.8;
  color: #de912b;
  font-weight: 500;
  margin-top: 14px;
 }

 .seminar_inside li {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
 }
 
  .teacher_inner{
  width: 96%;
  position: relative;
  margin: 0 auto;
 }
  .teacher_ttl{
  font-size: 20px;
  line-height: 1.7;
  margin-top: 10px;
  margin-bottom: 6px;
  font-weight: bold;
 }
 .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: 75%;
  font-size: 16px;
  line-height: 2.0;
  font-weight: 500;
  margin-left: 6px;
 }
  .teacher_box li .name2{
  float: right;
  width: 75%;
  font-size: 16px;
  line-height: 1.0;
  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 span{
  font-size: 12px;
  line-height: 1.0;
  font-weight: normal;
 }
 /* セミナー
 --------------------------------------- */
}


/* media screen fin */
