@charset "UTF-8";

/* ====p_instructors_box============ */
.p_instructors_box{
  position: relative;
  background: #fff;
  padding: 40px;
  margin-top: 160px;
}
.p_instructors_box .c_card_ir{
  margin-top: -140px;
  margin-bottom: 72px;
}
.c_bg_score_1{
  background-position: 0px -20px;
}
.c_bg_score_2{
  background-position: right -60px top 80px;
}
@media screen and (max-width: 767px) {
  .p_instructors_box{
    padding: 24px;
    margin-top: 100px;
  }
  .p_instructors_box .c_card_ir{
    margin-top: -80px;
    margin-bottom: 40px;
  }

}


/* ====p_instructors_ttl_1============ */
.p_instructors_ttl_1{
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 2.4rem;
  padding-bottom: 8px;
  border-bottom: 2px solid #A29062;
  margin-bottom: 32px;
}
.p_instructors_ttl_1 .en{
  font-family: "Allison", cursive;
  font-size: 2.0rem;
  color: #A29062;
  font-weight: normal;
  display: inline-block;
}
.p_instructors_ttl_1 .en:before,
.p_instructors_ttl_1 .en:after{
  content: "";
  background: url(../../assets/img/ico/ico_mark_2.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 22px;
  height: 7px;
  display: inline-block;
  margin: 0 8px;
}
.p_instructors_ttl_1 .en:after{
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {

  .p_instructors_ttl_1{
    font-size: 2.0rem;
  }
  .p_instructors_ttl_1 .en{
    display: none;
  }
}
/* ====p_instructors_ttl_2============ */
.p_instructors_ttl_2{
  position: relative;
  padding-left: 24px;
  font-size: 2.0rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  margin-bottom: 24px;
}
.p_instructors_ttl_2:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #FECBD2;
}
@media screen and (max-width: 767px) {

  .p_instructors_ttl_2{
    font-size: 1.8rem;
    padding-left: 16px;
  }
}
/* ====p_instructors_txtBox============ */
.p_instructors_txtBox{
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1.6px;
  margin-bottom: 80px;
}
.p_instructors_txtBox:last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p_instructors_txtBox{
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
}

/* ====p_instructors_tbl============ */
.p_instructors_tbl{
  width: 100%;
  border: 1px solid #DBD4C6;
}
.p_instructors_tbl .th , .p_instructors_tbl .td{
  padding: 16px;
}
.p_instructors_tbl .th{
  font-weight: bold;
  background: #F1E9DF;
  border: 1px solid #DBD4C6;
  text-align: center;
  vertical-align: middle;
}
.p_instructors_tbl .td{
  border: 1px solid #DBD4C6;
}
.p_instructors_tbl .td_2{
  text-align: right;
}
.p_instructors_tbl .wid_1{
  width: 24%;
}
.p_instructors_tbl .wid_2{
  width: 55%;
}
.p_instructors_tbl .wid_3{
  width: 30%;
}
@media screen and (max-width: 767px) {
  .p_instructors_tbl{
    font-size: 1.1rem;
  }
  .p_instructors_tbl .th , .p_instructors_tbl .td{
    padding: 8px;
  }
}