.lecsas__mainImage {
  width: 630px;
}
@media screen and (max-width: 768px) {
  .lecsas__mainImage {
    width: 100%;
  }
}
.lecsas__mainImage img {
  width: 100%;
}
.lecsas__group {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .lecsas__group {
    margin-top: 30px;
  }
}
.lecsas__group p {
  font-size: 14px;
  line-height: 2;
  margin: 0;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .lecsas__group p {
    margin-top: 15px;
  }
}
.lecsas__title {
  font-size: 18px;
  color: #fff;
  padding: 6px 0 4px 2%;
  background: #fda101;
  border: none;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .lecsas__title {
    font-size: 17px;
  }
}
.lecsas__title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 18px;
  border-radius: 2px;
  background: #fff;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.lecsas__itemBox, .lecsas__itemBox02, .lecsas__itemBox03 {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse wrap;
          flex-flow: row-reverse wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lecsas__itemBox, .lecsas__itemBox02, .lecsas__itemBox03 {
    margin-top: 15px;
  }
}
.lecsas__itemBox02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.lecsas__itemBox03 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lecsas__imageArea {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .lecsas__imageArea {
    width: 100%;
    margin: 0 auto;
  }
}
.lecsas__imageArea img {
  width: 100%;
}
.lecsas__text {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .lecsas__text {
    width: 100%;
    margin-top: 10px;
  }
}
.lecsas__text p {
  font-size: 14px;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .lecsas__text p {
    line-height: 1.8;
  }
  .lecsas__text p br {
    display: none;
  }
}
.lecsas__text p span {
  color: red;
}
.lecsas__text p.notesBox {
  font-size: 12px;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  padding: 10px;
  border-radius: 10px;
  background: #fdefad;
}
.lecsas__item_head {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .lecsas__item_head {
    margin-top: 15px;
  }
}
.lecsas__illustArea {
  width: 40%;
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .lecsas__illustArea {
    width: 25%;
  }
}
.lecsas__illustArea img {
  width: 128px;
}
@media screen and (max-width: 768px) {
  .lecsas__illustArea img {
    width: 100%;
  }
}
.lecsas__detail {
  width: 56%;
}
@media screen and (max-width: 768px) {
  .lecsas__detail {
    width: 70%;
  }
}
.lecsas__detailBox {
  width: 100%;
  padding: 10px 25px 10px;
  background: #fdefad;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lecsas__detailBox {
    padding: 10px;
  }
}
.lecsas__detailBox + .lecsas__detailBox {
  margin-top: 35px;
}
.lecsas__detailBox::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #fda101 transparent transparent transparent;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lecsas__detailBox p {
  font-size: 14px;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .lecsas__detailBox p {
    line-height: 1.8;
  }
  .lecsas__detailBox p br {
    display: none;
  }
}
.lecsas__item_foot {
  width: 100%;
  padding: 10px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fdefad;
  border-radius: 15px;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .lecsas__item_foot {
    padding: 10px;
    margin-top: 38px;
  }
}
.lecsas__item_foot p {
  font-size: 14px;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .lecsas__item_foot p {
    line-height: 1.8;
  }
  .lecsas__item_foot p br {
    display: none;
  }
}
.lecsas__p_btm {
  width: 100%;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .lecsas__p_btm {
    padding-bottom: 40px;
  }
}
.lecsas__main_02 {
  width: 100%;
  padding: 60px 18px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fdfbef;
}
@media screen and (max-width: 768px) {
  .lecsas__main_02 {
    width: auto;
    padding: 40px 10px;
    margin: 0 -10px 40px;
  }
}
.lecsas__illust_title {
  width: 100%;
}
.lecsas__illust_title img {
  width: 100%;
}
.lecsas__time_group {
  width: 100%;
  margin-top: 20px;
}
.lecsas__time_group + .lecsas__time_group {
  margin-top: 20px;
}
.lecsas__time_title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lecsas__time_title::before {
  display: none;
}
.lecsas__time_title span {
  font-size: 22px;
  width: calc(100% - 65px - 10px);
  display: inline-block;
  line-height: 1.3;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .lecsas__time_title span {
    font-size: 18px;
    width: calc(100% - 50px - 10px);
  }
}
.lecsas__clock {
  width: 65px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .lecsas__clock {
    width: 50px;
  }
}
.lecsas__clock img {
  width: 100%;
}
.lecsas__time_detailBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse wrap;
          flex-flow: row-reverse wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lecsas__time_detailBox {
    margin-top: 7px;
  }
}
.lecsas__time_detail {
  width: 515px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #f4d540;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lecsas__time_detail {
    padding: 10px 13px;
  }
}
.lecsas__time_detail ul {
  margin: 0;
  margin-left: -0.5em;
}
.lecsas__time_detail ul li {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .lecsas__time_detail ul li {
    line-height: 1.8;
  }
}
.lecsas__time_detail p {
  font-size: 14px;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .lecsas__time_detail p {
    line-height: 1.8;
  }
}
.lecsas__time_detail img.illust_01 {
  display: inline-block;
  width: 102px;
  position: absolute;
  right: 10%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .lecsas__time_detail img.illust_01 {
    right: 3%;
    width: 90px;
  }
}
.lecsas__time_detail img.illust_02 {
  display: inline-block;
  width: 83px;
  position: absolute;
  right: 10%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .lecsas__time_detail img.illust_02 {
    right: 3%;
  }
}

.topMessage {
  width: 100%;
}
.topMessage a {
  display: block;
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .topMessage a {
    pointer-events: auto;
    color: red;
    text-decoration: underline;
  }
}
.topTelno {
  display: block;
  margin-left: 1.3em;
}
.topTelno a {
  display: block;
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .topTelno a {
    pointer-events: auto;
    color: red;
    text-decoration: underline;
  }
}
.topTaiken {
  color: #f19500;
}
.topTaiken span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .topTaiken span {
    font-size: 18px;
  }
}
.topNotes {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .topNotes {
    margin-top: 0px;
    line-height: 1;
    margin-bottom: 10px;
  }
}
.topNotes a {
  display: block;
  color: blue;
}
.topImage {
  width: 90%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .topImage {
    width: 100%;
    margin-bottom: 30px;
  }
}
.topImage img {
  width: 100%;
}