/*---------------ボタンの色---------------------*/
.btm a{background: #e74646;}

/*---------------帯の色---------------------*/
h2{
  background-color: #387ece;
  color: #ffffff;
}
/*----------------各コースの色-------------------*/
.top .course .c-1{border-left: 5px solid #3d8f74;}
.top .course .c-2{border-left: 5px solid #f58115;}
.event ul .c-1,.event ul .c-2{
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 3px 10px;
  margin: 5px;}


/*--------------対象学科・日程色---------------------*/

h5{border-left: 7px solid #256d97;}

/*---------------↑見出しやボタンの色変更したい場合は上記で調整---------------------*/
/* .time-icon {
  color: #00c1f1;
  font-size: 1.5em;
  position: relative;
  top: 3px;
  padding-right: 5px;
} */

/*--------------表部分---------------------*/
.time p{
  position: relative;
  top: 20px;
  margin-top: 30px;
  font-size: 15px;
}
table{
  width: 100%;
  border-collapse: collapse;
}

table tr{
  border-bottom: solid 2px white;
}

table tr:last-child{
  border-bottom: none;
}

table th{
  position: relative;
  text-align: left;
  width: 17%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px;
}

table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table td{
  text-align: left;
  width: 83%;
  text-align: left;
  background-color: #eee;
  padding: 10px 10px 10px 17px;
}

.work-box .work2{
  width: 100%;}


.test-slick__item span{
  font-weight: bold;
  line-height: 2;
  color: #0a5568;
}

.item4 .flex {
  margin: 0 auto;
}

.op_text{line-height: 1.5;font-size: 14px;}

@media (max-width: 470px){
  
  table th{
    width: 27%;
    padding: 6px 0;
  }
  
  
  table td{
    text-align: left;
    width: 73%;
    text-align: center;
    background-color: #eee;
    padding: 10px 0;
  }

}