/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 24 2022 | 04:49:13 */
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 

.instructor {
  width: 1034px;
  display: flex;
  margin: 0 auto;
}

.instructor_image {
  margin: 0 20px 0 0;
  padding: 0;
}

.instructor_image  img{
  width: 430px;
}

.instructor_profile_area {
  position: relative;
  display: block;
  margin: 0 0 0 20px;
  padding: 0;
  vertical-align: top;
}

.instructor_profile_name {
  display: inline-block;
  font-size: 26px;
	font-weight:bold;
	margin: 0 0 0 0;
}

.instructor_profile_area .instructor_profile_text {
  font-size: 21px;
  margin: 0;
}

.instructor_profile_text {
  display: block;
  position: relative;
  /* margin-bottom: 5px; */
}

.instructor_profile_txt_keireki {
  font-size: 19px;
  margin-bottom: 0;
  margin-top: 0.5em;
}

.instructor_profile_text_bold {
  display: inline;
  /* position: absolute; */
  font-weight: bold;
  padding-right: 10px;
  /* vertical-align: top; */
}
.instructor_profile_text_main {
  display: inline-block;
  font-size: 16px;
  margin-top: 0;
}

.instructor_profile_keireki_txt {
  display: block;
  margin-top: 0;
  margin-left: 1em;
}

/* .instructor_profile_seireki {
  margin-top: 0.5em;
} */

.instructor_profile_keirekimain {
  display: block;
  margin-left: 1em;
/* margin-top: -1em; */
		margin-bottom: 0;
}

.instructor_profile_message {
}

  .instructor_profile_othertxt{
	  display: block;
    width: 650px;
  }

/* メッセージ見出し */
.instructor_profile_message_heading {
  position: relative;
  font-size: 21px;
  font-weight: bold;
  color: #333;
  padding: 0 0 0 21px;
  line-height: 35px;
}

.instructor_profile_message_heading span {
  position: absolute;
  left: 0;
  width: 15px;
  height: 35px;
  background: #64b2a7;
}

/* メッセージ見出し */
.instructor_profile_message_heading {
  position: relative;
  font-size: 21px;
  font-weight: bold;
  color: #333;
  padding: 0 0 0 21px;
  line-height: 35px;
}

.instructor_profile_message_heading span {
  position: absolute;
  left: 0;
  width: 15px;
  height: 35px;
  background: #64b2a7;
}

.instructor_profile_message_txt{
	padding-left: 1.5em;
}

@media screen and (max-width: 428px) {
  .instructor {
    display: block;
    width: 100%;
  }

  .instructor_image {
    margin: 0 auto;
  }

  .instructor_image img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .instructor_area {
    display: block;
    margin: 0 0 0 20px;
    padding: 0;
    vertical-align: top;
  }

  .instructor_area h3 {
    display: inline-block;
    font-size: 21px;
    margin: 20px 0 25px 0;
  }

  .instructor_text_bold {
    font-size: 16px;
    font-weight: bold;
  }

  .instructor_text_main {
    font-size: 16px;
    vertical-align: top;
  }
}
