@charset "utf-8";

/*---------------------------------------------------------------------------------------------

ベース

---------------------------------------------------------------------------------------------*/

.course_tit_cont {
  background: #FFF;
  padding: 40px;
}

.course_cont {
  background: #A3E4E9;
  width: 100%;
  padding: 60px 0;
}

.plan_box {
  max-width: 1000px;
  width: 90%;
  margin: 50px auto;
  background: #FFF;
  padding: 30px;
}

.plan_top img {
  width: 49%;
}

.plan_top {
  margin-bottom: 50px;
}

.plan_bottom {
  margin-bottom: 30px;
}

.plan_sch {
  width: 35%;
}

.sch_tit {
  background: #1D2087;
  color: #FFF;
  padding: 12px 20px;
  text-align: center;
  font-size: 1.8rem;
}

.sch_list {
  width: 100%;
}

.sch_list li {
  width: 100%;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-top: 10px;
}

.sch_list li span {
  width: 20%;
  font-size: 1.6rem;
}

.sch_list li p {
  width: 75%;
  font-size: 1.6rem;
  margin-left: 5%;
}

.plan_detail {
  width: 60%;
  border: 1px solid;
}

.plan_detail ul li {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  border-bottom: 1px solid;
}

.plan_detail ul li:last-of-type {
  border-bottom: none;
}

.plan_head,
.plan_main {
  width: 100%;
  height: 100%;
  padding: 15px;
  font-size: 1.6rem;
}

.plan_head {
  background: #FDEBD1;
  border-right: 1px solid;
}

.plan_main span {
  margin-top: 5px;
  display: block;
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}

.plan_detail02 {
  width: 100%;
  border: 1px solid;
  margin-top: 20px;
  background: #FFF;
}

.plan_detail02 p:first-child {
  width: 100%;
  font-size: 1.6rem;
  background: #FDEBD1;
  border-bottom: 1px solid;
  padding: 15px;
}

.plan_detail02 p:last-child {
  width: 100%;
  font-size: 1.6rem;
  padding: 15px;
}

span.sch_tab {
  min-width: 85px;
  position: relative;
  display: block;
  padding: 8px;
  background: #FAD3FA;
  text-indent: 0;
  margin-right: 20px;
  text-align: center;
  font-size: 1.2rem;
}

span.sch_tab::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 13px solid #fad3fa;
  border-right: 0;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.plan_detail03 {
  width: 100%;
  border: 1px solid;
}

.plan_detail03 ul li {
  display: grid;
  grid-template-columns: 1fr 4.5fr;
  border-bottom: 1px solid;
}

.plan_detail03 ul li:last-of-type {
  border-bottom: none;
}

.plan_detail03 .plan_head {
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {

  .course_cont {
    padding: 30px 0;
  }

  .plan_box {
    margin: 25px auto;
    padding: 20px;
  }

  .plan_top img {
    width: 100%;
  }

  .plan_top {
    margin-bottom: 25px;
  }

  .plan_sch {
    width: 100%;
  }

  .plan_detail {
    width: 100%;
    margin-top: 30px;
  }

  .plan_detail ul li {
    display: block;
  }

  .plan_head {
    font-size: 1.4rem;
    border-right: none;
    border-bottom: 1px solid;
  }

  .plan_detail03 ul li {
    display: block;
  }

  span.sch_tab {
    width: 100%;
    font-size: 1.4rem;
    margin-right: 0;
    margin-bottom: 30px;
  }

  span.sch_tab::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 13px solid #fad3fa;
    border-bottom: 0;
    top: auto;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

}
