.txt01{
  margin-bottom: 50px;
  text-align: center;
}

.tit01{
  margin-bottom: 50px;
  text-align: center;
}

.tit01 span{
  border-bottom: 1px solid #06015C;
  color: #06015C;
  display: inline;
  line-height: 2;
  font-size: 40px;
  font-weight: bold;
}

.txt02{
  font-size: 18px;
  line-height: 2;
  margin-bottom: 50px;
  text-align: center;
}

.tit02{
  color: #06015C;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

.tit02 span{
  display: block;
  font-size: 20px;
}
.clm01{
  display: block;
}
.clm01-inr:first-child,
.clm01-inr:last-child {
  box-sizing: border-box;
  width: 100%;
}
.image {
  width: 768px;
  max-width: 100%;
  margin: 0 auto 30px;
}
.last_image{
  width: 40%;
  max-width: 732px;
  margin: 0 auto;
}
.image img,
.last_image img{
  width: 100%;
  display: block;
}

.clm03-ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -2% 50px;
}

.clm03-ul li{
  list-style: none;
  margin: 0 2% 10px;
  width: 29.33%;
}

.clm02{
  display: flex;
  flex-wrap: wrap;
}

.clm02-inr:first-child{
  box-sizing: border-box;
  padding-right: 40px;
  width: 62%;
}

.clm02-inr:last-child {
  width: 38%;
}

.tit03{
  background-color: #dedaed;
  box-sizing: border-box;
  color: #1d2088;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 5px 20px;
}

.txt03{
  font-size: 16px;
  margin-bottom: 20px;
}
.txt04{
  font-size: 16px;
}
.indent{
  text-indent: -1em;
  padding-left: 1em;
}
.txt04.indent{
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px){
  .tit01{
    margin-bottom: 30px;
  }

  .tit01 span{
    font-size: 22px;
  }

  .txt01{
    margin-bottom: 30px;
  }

  .txt02{
    font-size: 15px;
    margin-bottom: 30px;
  }

  .tit02{
    font-size: 20px;
    margin-bottom: 30px;
  }

  .tit02 span{
    font-size: 15px;
  }
  .last_image{
    width: 100%;
  }

  .clm03-ul li{
    width: 46%;
  }

  .clm02-inr:first-child,
  .clm02-inr:last-child{
    padding: 0;
    width: 100%;
  }

  .txt03{
    font-size: 15px;
  }
  .txt04{
    font-size: 15px;
  }
  .txt04.indent{
    width: 100%;
  }

}

/*20231101*/
.example{
  background-color: #dedaed;
  box-sizing: border-box;
  margin: 0 auto 30px;
  max-width: 700px;
  padding: 20px;
  width: 100%;
}

.theme{
  color: #1d2088;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.theme-list li{
  box-sizing: border-box;
  list-style: none;
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}

.theme-list li::before{
  border-radius: 30px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #1d2088;
  position: absolute;
  left: 0;
  top: 7px;
}

.schedule-table{
  margin: 0 auto 30px;
  max-width: 704px;
  width: 100%;
}

.schedule-table caption{
  box-sizing: border-box;
  color: #1d2088;
  font-size: 16px;
  font-weight: bold;
  padding-left: 2px;
  text-align: left;
}


.schedule-table th,
.schedule-table td{
  background-color: #dedaed;;
  box-sizing: border-box;
  border: 2px solid #FFF;
  padding: 15px;
}

.theme-box {
  margin: 0 auto 30px;
  max-width: 704px;
  width: 100%;
}

@media only screen and (max-width: 460px) {
  .schedule-table th,
  .schedule-table td{
    padding: 10px;
  }

  .schedule-table th{
    width: 85px;
  }
}
