/*---------------ボタンの色---------------------*/
.btm a{background: #e74646;margin: 20px auto 15px;}
.btm p{
  text-align: center;
  margin-bottom: 40px;
}

/*---------------帯の色---------------------*/
h2{
  background-color: #387ece;
  color: #ffffff;
}
/*----------------各コースの色-------------------*/
.top .course .c-1{border-left: 5px solid #76cdff;}
.top .course .c-2{border-left: 5px solid #ff74a2;}
.top .course .c-3{border-left: 5px solid #bc85ca;}
.top .course .c-4{border-left: 5px solid #9dce7c;}
.top .course .c-5{border-left: 5px solid #ffad50;}
.global{color: #f71414;font-weight: bold;}
/*--------------対象学科・日程色---------------------*/

h5{border-left: 7px solid #5187eb;}

/*---------------↑見出しやボタンの色変更したい場合は上記で調整---------------------*/


/*--------------表部分---------------------*/

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: 40%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 5px;
}

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: 60%;
  text-align: center;
  background-color: #eee;
  padding: 10px 5px;
}
/*--------------access---------------------*/
.bus img{
margin-top: 50px;
margin-bottom: 20px;
  width: 100%;
  max-width: 500px;
}
.bus span{
  color: #435a79;
  font-weight: bold;
  line-height: 2;
  font-size: 18px;
}

.bus{margin-top: 50px;margin-bottom: 50px;}


/*--------------学校について部分---------------------*/
.point span, .slick span{
color: #1d7c94;
font-weight: bold;
font-size: 16px;
}


.work1 .text1{color: #407c9e;}
.work1 .text2{color: #da668c;}
.work1 .text3{color: #8a6a92;}
.work1 .text4{color: #6a8856;}
.work1 .text5{color: #c48742;}
.work1 .text6{color: #616161;}
@media (max-width: 470px){
  
  table th{
    width: 40%;
    padding: 6px 3px;
    font-size: 11px;
  }
  
  
  table td{
    width: 60%;
    padding: 10px 5px;
    font-size: 12px;
  }
  .point span{
    color: #1d7c94;
    font-weight: bold;
    font-size: 14px;
    }
    .point p{
      font-size: 12px;
    }

    .item1 .frame2 {
      font-size: 11px;
    }
}