.schedule {
  width: 80%;
  margin: 150px auto 100px;
}
.style .text02 {
  padding-bottom: 100px;
}

.counselor {
  margin-bottom: 200px;
}
.aboutsystem table td.clean {
  box-shadow: none;
}
.counselor .textBlock {
  border-radius: 15px;
  padding: 20px 25px;
  background: #fff;
  box-sizing: border-box;
}
div.section .bookBlock {
  margin: 60px 0 150px;
}
@media screen and (max-width: 1099px) {
  .counselor .textBlock {
    padding: 20px;
  }
}

.counselor .flexBox {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1099px) {
  .counselor .flexBox {
    display: block;
  }
}

.counselor .flexBox p {
  width: 48%;
}

@media screen and (max-width: 1099px) {
  .counselor .flexBox p {
    width: 100%;
    margin-bottom: 30px;
  }
}

.counselor .flexBox .imgBlock {
  width: 48%;
}

@media screen and (max-width: 1099px) {
  .counselor .flexBox .imgBlock {
    width: 100%;
  }
}

.counselor .counselorComment {
  display: flex;
  justify-content: space-between;
  /* margin-top: 40px; */
  flex-wrap: wrap;
}

@media screen and (max-width: 1099px) {
  .counselor .counselorComment {
    /* display: block; */
    margin-top: 0;
  }
}

.counselor .counselorComment li {
  width: 48%;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .counselor .counselorComment li {
    margin-top: 30px;
  }
}

.counselor .counselorComment li .counselorDetail {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: flex-end;
}

@media screen and (max-width: 1099px) {
  .counselor .counselorComment li .counselorDetail {
    display: block;
  }
}

.counselor .counselorComment li .counselorDetail p {
  font-weight: bold;
  margin-left: 20px;
}

@media screen and (max-width: 1099px) {
  .counselor .counselorComment li .counselorDetail p {
    margin-left: 0;
    /* margin-bottom: 20px; */
  }
}

@media screen and (max-width: 768px) {
  .counselor .counselorComment li .counselorDetail p {
    font-size: 13px;
  }
}

.counselor .counselorComment li .imgBlock {
  position: relative;
  width: 57%;
  margin-top: -30px;
}

@media screen and (max-width: 1099px) {
  .counselor .counselorComment li .imgBlock {
    width: 100%;
    text-align: center;
    /* margin-top: -45px; */
    margin-top: -20%;
  }
  .counselor .counselorComment li .imgBlock img {
    width: 80%;
  }
  /* .counselor .counselorComment li:nth-child(2) .imgBlock img {
    padding-top: 10px;
  } */
}

.counselor .counselorComment li .imgBlock::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 70%;
  left: 0;
  bottom: 0;
  border-radius: 14px;
  /* background-color: #f070a5; */
  /* background-image: repeating-linear-gradient(-45deg,#1DC5D1, #1DC5D1 3px,transparent 0, transparent 8px); */
  background: #1DC5D1;
  z-index: -1;
}

@media screen and (max-width: 1099px) {
  .counselor .counselorComment li .imgBlock::before {
    height: 80%;
    bottom: -10%;
  }
}

.counselor .counselorComment li:nth-child(2) .imgBlock::before {
  /* background-image: repeating-linear-gradient(-45deg,#74B651, #74B651 3px,transparent 0, transparent 8px); */
  background: #74B651;
}

.counselor .counselorComment li:nth-child(3) .imgBlock::before {
  /* background-image: repeating-linear-gradient(-45deg,#74B651, #74B651 3px,transparent 0, transparent 8px); */
  background: #9580CA;
}

.counselor .counselorComment li:nth-child(4) .imgBlock::before {
  /* background-image: repeating-linear-gradient(-45deg,#74B651, #74B651 3px,transparent 0, transparent 8px); */
  background: #ffd161;
}

.counselor .counselorComment li:last-child .imgBlock::before {
  /* background-image: repeating-linear-gradient(-45deg,#9580CA, #9580CA 3px,transparent 0, transparent 8px); */
  background: #F19E29;
}

.counselor .counselorComment li .textBlock {
  width: 53%;
  margin: 0 auto;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 1099px) {
  .counselor .counselorComment li .textBlock {
    width: 100%;
    position: relative;
    margin-top: -10px;
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .counselor .counselorComment li .textBlock {
    font-size: 12px;
  }
}

.schedule .characterBlcok {
  width: 250px;
  background: url(../img/merit/pic_soushoku03.png) no-repeat 70% 100%;
  background-size: auto;
  background-size: 67px;
  position: absolute;
  right: -100px;
  top: -70px;
}

.schedule .characterBlcok .characterAnimation {
    /* width: 230px; */
    height: auto;
    margin-left: 0;
    margin-right: auto;
}

@media screen and (max-width: 1099px) {
    .schedule .characterBlcok .characterAnimation {
        /* width: 130px; */
        margin-top: 20px;
        margin-left: auto;
    }
}

.counselor .counselorComment li:first-child .textBlock {
  border: 2px solid #1DC5D1;
}

.counselor .counselorComment li:nth-child(2) .textBlock {
  border: 2px solid #74B651;
}
/* @media screen and (max-width: 1099px) {
  .counselor .counselorComment li:nth-child(2) .textBlock {
    margin-top: -40px;
  }
} */

.counselor .counselorComment li:nth-child(3) .textBlock {
  border: 2px solid #9580CA;
}

.counselor .counselorComment li:nth-child(4) .textBlock {
  border: 2px solid #ffd161;
}

.counselor .counselorComment li:last-child .textBlock {
  border: 2px solid #F19E29;
}

.counselor .counselorComment li:before {
  content: '月';
  position: absolute;
  top: 70px;
  left: 13px;
  width: 40px;
  height: 40px;
  background: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}
.counselor .counselorComment li:nth-child(2):before  {
  content: '火';
}
.counselor .counselorComment li:nth-child(3):before  {
  content: '木';
}
.counselor .counselorComment li:nth-child(4):before  {
  content: '木';
}
.counselor .counselorComment li:nth-child(5):before  {
  content: '金';
}
.onlineSupport .photoBlock img{
  border-radius: 15px;
}
img.icon_text {
    width: 136px;
    height: auto;
  }
@media screen and (max-width: 768px) {
  .counselor .counselorComment li:before {
    top: 43px;
    left: 10px;
    width: 35px;
    height: 35px;
    font-size: 1.8rem;
    line-height: 35px;
    border-radius: 50%;
  }
  .schedule .characterBlcok {
    right: -160px;
    top: -90px;
  }
  .characterAnimation {
    width: 90px;
  }
  img.icon_text {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .style .text02 {
    padding-bottom: 0;
  }
  .aboutsystem .characterBlcok {
    left: auto;
  }
  div.section.style .aboutsystem {
    padding-top: 60px;
    margin-top: 50px;
  }
  .schedule {
    width: 100%;
    margin: 40px auto 20px;
  }
  div.section .bookBlock {
    margin: 20px 0 10px;
      margin-top: 60px;
  }
  .aboutsystem table th, .aboutsystem table td {
    font-size: 1.3rem;
  }
  .aboutsystem table .symbol {
    font-size: 1.2rem;
  }
    .aboutsystem table .symbol span {
    height: 30px;
    line-height: 30px;
    width: 32px;
    display: block;
    border-radius: 50%;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    margin: 0 auto;
  }
  .onlineSupport .photoBlock {
    margin-top: 25px;
  }
}

.aboutsystem table thead th, .aboutsystem table thead td {
  box-shadow: none;
  color: #666666;
  font-size: 1.9rem;
  color: #f070a5;
  font-weight: 800;
}
.aboutsystem table td.clear {
  box-shadow: none;
  background: #f8f8f8;
  color: #999999;
  line-height: 0;
}
.aboutsystem table .symbol span {
  height: 30px;
  line-height: 29px;
  width: 30px;
  display: block;
  border-radius: 50%;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
  margin: 0 auto;
}
.aboutsystem table .symbol {
  font-size: 1.5rem;
}
@media screen and (max-width: 1099px) {
  .aboutsystem table th, .aboutsystem table td {
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) {
  .aboutsystem table thead th, .aboutsystem table thead td {
    font-size: 1.3rem;
  }
  .aboutsystem table .symbol span {
    height: 20px;
    line-height: 19px;
    width: 20px;
    display: block;
    border-radius: 50%;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
    margin: 0 auto;
  }
  .aboutsystem table .symbol {
    font-size: 1rem;
  }
  .aboutsystem table.table {
    width: 110%;
    margin: 30px -15px 0 -15px;
  }
  /* .aboutsystem table thead td:nth-child(2) {
    padding-left: 25px;
  } */
}