@charset "UTF-8";

/* 講師紹介ページ */

.profile_01_wrapper .name_fs.dotsline {
  font-size: 16px !important;
  line-height: 2.19 !important;
  display: block !important;
  width: 153px;
  text-align: center;
}
.profile_01_wrapper {
  margin-bottom: 56px;
}
.profile_03_section .profile_01_wrapper {
  margin-bottom: 100px;
}
.profile_01_r.profile_03_textarea {
  padding-top: 0;
}
.profile_01_section.profile_03_section::before {
  content: none;
  background-color: transparent;
}
.profile_01_section.profile_03_section .profile_01_ttl::before {
  content: none;
  background-image: none;
}
.profile_03_textarea .profile_02_list {
  width: 100%;
}
.profile_03_textarea .profile_01_ttl {
  margin-block: 0 24px;
}
.profile_03_section .profile_greenarea img {
  width: 176px;
  height: 47px;
}

@media only screen and (max-width: 959px){
  .profile_01_section.profile_03_section .profile_01_ttl::after {
    content: none;
    background-image: none;
  }
  .profile_03_textarea .profile_01_ttl {
    margin-top: 16px;
  }
}

/* レッスン料金ページ */
.lesson_name4 {
  position: relative;
  width: 268px;
  display: inline-block !important;
}
.lesson_name4::before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/suisai-lesson1-l.png);
  left: -50px;
  bottom: 0px;
}
.lesson_name4::after {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/suisai-lesson2-r.png);
  right: -50px;
  bottom: 0px;
}
.lesson_04 .lesson_txt {
  margin-top: 16px;
}
.lesson_04 .lesson_detail p {
  padding-top: 24px;
}
.lesson_04 .lesson_detail img {
  border-radius: 10px;
}