/*---------------ボタンの色---------------------*/
.btm a{background: #e00f1a;}

/*---------------帯の色---------------------*/
h2{
  background-color: #387f94;
  color: #ffffff;
}
/*----------------各コースの色-------------------*/
.top .course .c-1{border-left: 5px solid #4860e6;}
.top .course .c-2{border-left: 5px solid #e6405b;}
.top .course .c-3{border-left: 5px solid #159e37;}


/*--------------対象学科・日程色---------------------*/

.small{color: #686868;font-size: 12px;}


/*------------------------------*/
h5{border-left: 7px solid #999999;letter-spacing: 3px;}


.bold{font-weight: bold;padding-top: 25px;line-height: 1.8;letter-spacing: 3px;}
ul{padding-bottom: 10px;}

table{
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
  margin-top: 30px;
}

.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 0;
}

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: #eeeeee;
  padding: 10px 0;
}



.work-box .work2{
  width: 100%;}

 .catch{
    color: #1d7c94;
    font-weight: bold;
    font-size: 16px;
    }


.number{font-weight: bold;color: #ff006a;}

/* プルダウン------------------------------------------------------ */
.details{margin-top: 30px;}
.accordion-005 {
  max-width: 600px;
}

.accordion-005:not([open]) {
  margin-bottom: 7px;
}

.details-flex{

  flex-direction: row;
  align-items: flex-start;
}

.accordion-005 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0.3em 1.5em;
  border-left: 7px solid #52c2d0;
  background-color: #f2f2f2;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
}

.accordion-005 summary::-webkit-details-marker {
  display: none;
}

.accordion-005 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #c2c2c2;
  border-right: 3px solid #c2c2c2;
  content: '';
  transition: transform .3s;
}

.accordion-005[open] summary::after {
  transform: rotate(225deg);
}

.accordion-005 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.5em 1.5em;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.accordion-005[open] p {
  transform: none;
  opacity: 1;
  font-size: 1.6em;
  margin-top: 10px;
}

.accordion-005 .img img{width: 50%;}
.accordion-005 ul{margin-bottom: 30px;}
.accordion-005 li{padding: 10px;}



@media (max-width: 470px){

  table th{
    width: 40%;
    padding: 6px 0;
    font-size: 13px;
  }
  
  
  table td{
    line-height: 1.5;
    text-align: left;
    width: 60%;
    text-align: center;
    background-color: #eee;
    padding: 10px 0;
    font-size: 12px;
  }
  .top .course ul {
    max-width: 800px;
    display: block;
    flex-wrap: wrap;
    justify-content: start;
    text-align: center;
    margin: 10px auto 0px;
    gap: 5px;
}
.top .course li {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 5px;
}
}