@charset "UTF-8";
/**** 共通カラー ****/
/* --------------------------------------
WORKS
-------------------------------------- */
@media screen and (min-width: 1240px) {
  #sec_works .title_page_wrap .title_l {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) {
  #sec_works .title_page_wrap .title_l {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #sec_works .title_page_wrap .title_l {
    font-size: 24px;
  }
}
#sec_works .title_page_wrap .contact_note {
  font-size: 14px;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  #sec_works .title_page_wrap .contact_note {
    font-size: 12px;
    margin-top: 8px;
  }
}
#sec_works .txt_link_main {
  margin-top: 30px;
  text-align: right;
}
#sec_works .title_llabel {
  background: #F6F7F8;
  line-height: 50px;
  padding: 0 20px 0 50px;
  border-radius: 10px;
  position: relative;
}
#sec_works .title_llabel:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 17px;
  background: url(../../assets/img/common/ic_arrow_05.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -8px;
}
@media screen and (min-width: 768px) {
  #sec_works .title_llabel {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #sec_works .title_llabel {
    font-size: 18px;
  }
}
#sec_works .date {
  background: #f6f7f8;
}
#sec_works .btn {
  display: block;
  margin: 50px auto 0;
}
#sec_works .btn.works_btn {
  width: 240px;
}
@media screen and (max-width: 767px) {
  #sec_works .btn.works_btn {
    width: 220px;
  }
}

@media screen and (min-width: 768px) {
  #sec_lecture {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #sec_lecture {
    margin-top: 70px;
  }
}

@media screen and (min-width: 768px) {
  .sec_contact {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .sec_contact {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .list_works .work {
    margin-top: 60px !important;
  }
}/*# sourceMappingURL=works.css.map */