@charset "utf-8";

/*共通*/
section {
  width: 100%;
  padding: 80px 0;
  margin: 0;
  text-align: center;
}
p {
  line-height: 2em;
}

#title_head {
  padding: 0;
  line-height: 0.1em;
}
#title_head img {
  width: 100%;
  height: auto;
}
.pankuzu {
  background-color: #163580;
  color: #fff;
  font-size: 13px;
  line-height: 1em;
  padding: 3px 0;
}
.pankuzu p {
  width: 90%;
  padding: 0;
  margin: 0 auto;
  max-width: 1100px;
  text-align: left;
  line-height: 1em;
}
.pankuzu a {
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.content {
  width: 90%;
  padding: 0;
  margin: 0 auto;
  max-width: 850px;
  text-align: left;
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:896px) {
}
@media screen and (max-width:480px) {
  section {
    padding: 40px 0;
  }
}


/*ページ内共通*/

@media screen and (max-width:1024px) {
}
@media screen and (max-width:896px) {
}
@media screen and (max-width:480px) {
}




/*講師紹介*/
#instructor {}
#instructor article {
  font-size: 15px;
  padding: 0 0 120px;
  margin: 0;
  text-align: left;
/*  clear: both;*/
  
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#instructor article h2 {
  width: 100%;
  padding: 0 0 0 20px;
  margin: 0 0 30px;
  border-left: 10px solid #2764e6;
  border-bottom: 1px solid #000;
  font-size: 28px;
  line-height: 1em;
  
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#instructor article h2 p {
  padding: 0;
  margin: 0;
  line-height: 1em;
}
#instructor article h2 span {
  text-align: right;
  font-size: 30px;
  font-weight: 300;
  padding-bottom: 10px;
}

#instructor article h2 span small {
  display: block;
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-bottom: 5px;
}
#instructor article h2 span small span.pc_only {
  font-size: 1.3rem;
  line-height: 1.8rem;
   margin-bottom: 0;
   padding-bottom: 0;
}
#instructor article img {
  width: 22%;
  height: auto;
  margin: 0 auto 20px 0;
/*  float: left;*/
}
#instructor article .r_box {
  width: 75%;
  padding-bottom: 10px;
}
#instructor article .w_box {
  width: 100%;
}
#instructor article h3::before {
  content: "■";
  margin-right: 3px;
  font-size: 0.8em;
}
#instructor article h4 {
  font-size: 20px;
  padding: 7px 0;
}
#instructor article div p {
  padding: 0;
  margin: 0;
}
#instructor dl {
  padding: 0 0 20px 0;
  margin: 0;
}
#instructor dl dt {
  padding: 0;
  margin: 0;
  position: absolute;
  width: 22%;
}
#instructor dl dd {
  padding: 0 0 0 24%;
  margin: 0;
  position: relative;
}
#instructor ul {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#instructor ul li {
  padding: 0;
  margin: 0;
}
#instructor ul.dots {
  padding-left: 20px;
}
#instructor ul.dots li {
  position: relative;
}
#instructor ul.dots li::before {
  content: "・";
  margin-right: 3px;
  position: absolute;
  left: -20px;
  top: 2px;
}
#instructor ul.dots li span {
  padding-left: 15px;
}

.vod_link {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 10px 7px;
	border: 1px solid #1f5da7;
	background-color: #1f5da7;
	font-size: 1.9rem;
	line-height: 1.9rem;
	color: #fff;
	text-decoration: none;
}
.vod_link:hover {
	border: 1px solid #1f5da7;
	background-color: #fff;
	color: #1f5da7;
}
.vod_ltd {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 10px 7px;
	border: 1px solid #c00;
	background-color: #c00;
	font-size: 1.9rem;
	line-height: 1.9rem;
	color: #fff;
	text-decoration: none;
}


@media screen and (max-width:1024px) {
}
@media screen and (max-width:896px) {
  #instructor article img {
    width: 35%;
  }
  #instructor article .r_box {
    width: 63%;
  }
  #instructor dl dt {
    position: relative;
    width: 100%;
  }
  #instructor dl dd {
    padding: 0 0 0 12px;
  }
  #instructor ul.dots li span {
    font-size: 0.8em;
  }
}
@media screen and (max-width:480px) {
  #instructor article {
    padding: 0 0 30px;
  }
  #instructor article h2 p {
    padding-bottom: 10px;
  }
  #instructor article h2 span {
    width: 100%;
  }
  #instructor article img {
    width: 50%;
  }
  #instructor article .r_box {
    width: 100%;
  }
  #instructor ul.dots li span {
    display: block;
  }
}
