/*------------------------------------
pre-shotai
------------------------------------*/

/* title */
.pre-shotai-top {
  text-align: center;
  margin: 50px 0;
}

.pre-shotai-main {
  margin-top: -15px;
}

/* 講座招待 */
.program-box-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px;
  width: 70%;
  padding: 20px;
  margin: 0 auto 30px;
}

.course-free img {
  width: 60%;
}

.course-bold {
  font-weight: bold;
}

/* 大巾学力向上への流れ */
.program-flow-head {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  color: #299481;
}

/* 大巾学力向上への各ステップ */
.program-container {
  background-color: #daf1ee;
  padding: 20px;
  position: relative;
  width: 90%;
  margin: 40px auto;
}

.program-num {
  position: absolute;
  font-size: 36px;
  font-weight: bold;
  color: #299481;
  top: 8px;
  left: -23px;
  margin: 10px 0 0 40px;
}

.program-flex {
  display: flex;
}

.program-head {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 36px;
  color: #299481;
  margin: auto auto 10px 45px;
  flex: 4;
}

.head-icon {
  height: 45px;
  margin-left: 10px;
}

.program-date {
  font-size: 30px;
  flex: 2;
}

.program-small {
  font-size: 20px;
}

.program-blue {
  color: #0f20f7;
}

.program-red {
  color: #d10000;
}

.program-txt {
  font-size: 18px;
  width: 92%;
  margin: 0 auto;
}

.program-point {
  font-weight: bold;
  margin-left: 45px;
}

/* 矢印 */
.program-container:before {
  content: '';
  position: absolute;
  bottom: -35px;
  left: 45%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 30px 0 30px;
  border-color: #299481 transparent transparent transparent;
}

.program-last {
  color: #299481;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}
