
  .q-txt{
    color: #8ac5c3;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 1em;
  }
  
  .teacher-part {
  display: grid;
 flex-direction:column;
  gap: 12px; 
}

.teacher-q-brock {
  background-color: #f2f2f2;
  padding: 8px 12px;
  border-radius: 8px;
}



.to-student {
  display: grid;
 flex-direction:column;
  gap: 36px; 
}

.teacher-stu-all {
  display: grid;
  grid-template-columns: 1fr 1fr; 
  gap: 24px; 
  align-items: start;
}


@media (max-width: 768px) {
  .teacher-stu-all {
    grid-template-columns: 1fr; 
    gap: 16px;                 
  }
}


 .ttl_section {
  position: relative;
}

.ttl_section:after {
 content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}


.speechBubble-positive {
  position: relative;
  display: inline-block;
  margin-left: 31px;
  padding: 15px 22px;
  border: 4px solid #f5e25d;
  border-radius: 40px;
  background-color: transparent;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #999999
}

.speechBubble-positive::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 0 31px 20px 0;
  border-color: transparent #f5e25d transparent transparent;
  translate: -100% -50%;
  transform: skew(0, -6deg);
  transform-origin: right;
}

.speechBubble-positive::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 0 17.4px 11.2px 0;
  border-color: transparent #faf9f7 transparent transparent;
  translate: -100% calc(-50% - 0.4px);
  transform: skew(0, -6deg);
  transform-origin: right;
}


.speechBubble-negative {
  position: relative;
  display: inline-block;
  margin-right: 31px;
  padding: 15px 22px;
  border: 4px solid #97a3e6;
  border-radius: 40px;
  background-color: #faf9f7;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #999999;
}

.speechBubble-negative::before {
  content: "";
  position: absolute;
  top: 53%;
  right: 0;
  border-style: solid;
  border-width: 0 0 20px 31px;
  border-color: transparent transparent transparent #97a3e6;
  translate: 100% -50%;
}

.speechBubble-negative::after {
  content: "";
  position: absolute;
  top: 53%;
  right: 0;
  border-style: solid;
  border-width: 0 0 11.2px 17.4px;
  border-color: transparent transparent transparent #faf9f7;
  translate: 100% calc(-50% - 0.4px);
}

.posi-bubble{
    width: 80%;
}
.nega-bubble {
    display: block;
    margin-left: auto;
    margin-right: 0;
    width: 80%;
}


.btn-square {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background:  #8ac5c3;
    color: #FFF;
    border-bottom: solid 4px #547977;
    border-radius: 3px;
  }
.btn-square:active {
    
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
  }
  .btn-square:hover{
    color: #FFF;
    box-shadow: 0 3px 6px 0 #00000040;
	  transform: translateY(0.1875em);
  }
.button{
    text-align: center;
}

.paychart{
  display: block;
  margin-inline: auto;
  width: 75%;
  height: auto;
}


@media (max-width: 768px) {
  
  p{
  font-size: 15px;
}

.speechBubble-positive{
  font-size: 15px
}
.speechBubble-negative{
  font-size: 15px
}
}